@indra.ai/opendeva
Version:
The Open Deva handles #ChatGPT and #DALLE in deva.world.
169 lines (168 loc) • 4.72 kB
JSON
{
"name": "OpenAI Deva Data File",
"describe": "The main Data file for OpenAI Deva",
"copyright": "Copyright (c)2023 Quinn Michaels. All rights reserved.",
"DATA": {
"agent": {
"id": 6162515749966,
"key": "open",
"prompt": {
"emoji": "💬",
"text": "open",
"colors": {
"label": {
"R": 16,
"G": 163,
"B": 127
},
"text": {
"R": 16,
"G": 163,
"B": 127
}
}
},
"profile": {
"identity": "You are #OpenDEVA in deva.world.",
"invoke": "#OpenDEVA of deva.world",
"name": "Open Deva",
"mention": "@Open",
"tags": "#Open #OpenDEVA",
"pronouns": "He, Him, His, Man, Male, Dude, Guy",
"gender": "Deva",
"creator": "Quinn Michaels",
"created": "May 23, 2023 at 11:40 AM",
"system": "deva.world",
"describe": "The Open Deva for deva.world provides #OpenAI #ChatGPT. Helping users to better communicate and operate the OpenAI services and offerings through the API connection. Processing speech, images, and text. #OpenDEVA provides a range of capabilities that enhance the deva.world multi-agent system.",
"emoji": "/public/devas/open/emoji.png",
"avatar": "/public/devas/open/avatar.png",
"background": "/public/devas/open/background.png",
"color": "#10a37f",
"bgcolor": "#072325",
"voice": "nova",
"style": "You are the master of AI style artwork and creative ideas. Everything you draw, paint, or create has the eye of a master artist who turns their reality into a AI masterpiece."
}
},
"vars": {
"messages": {
"init": "🟠 INIT",
"start": "🔵 START",
"enter": "🟢 ENTER",
"stop": "🔴 STOP",
"exit": "🟡 EXIT",
"done": "🟣 DONE",
"error": "💣 ERROR!",
"relay": "Open Deva is relaying a message...",
"error_chat": "Chat Method",
"error_relay": "Chat Relay",
"error_speech": "Chat Speech",
"error_image": "Chat Speech"
},
"funcMap": {
"file": {
"get": "fileGet",
"upload": "fileUpload",
"delete": "fileDelete",
"list": "fileList"
},
"tune": {
"create": "tuneCreate",
"list": "tuneList",
"get": "tuneGet",
"cancel": "tuneCancel"
},
"model": {
"list": "modelList",
"get": "modelGet",
"delete": "modelDelete"
}
},
"live": {
"profile": "deva",
"max_tokens": 50,
"words": 25,
"history": [],
"max_chats": 5,
"page_token": ""
},
"ask": {
"max_tokens": 500,
"words": 200,
"history": []
},
"reply": {
"profile": "deva",
"max_tokens": 300,
"words": 100,
"history": []
},
"comment": {
"profile": "deva",
"max_tokens": 300,
"words": 100,
"history": []
},
"art": {
"history": []
},
"context": {
"uid": "🪪 UID",
"status": "👍 Status",
"info": "💁♂️ Info",
"issue": "🎟️ Issue",
"help": "🙋♂️ Help",
"chat": "💬 Chat",
"second_chat": "🍽️ Seconds",
"image": "🎆 Image",
"relay": "🙋♂️ Relay",
"response": "📞 Response",
"topic": "🗯️ Topic",
"location": "📍 Location",
"speech": "🎙️ Speech",
"error": "ERROR!"
},
"topic": false,
"location": false,
"history": [],
"file": {
"purpose": "fine-tune"
},
"tune": {
"model": "gpt3"
},
"chat": {
"model": "gpt-mini",
"name": "Quinn",
"role": "user",
"temperature": 1.25,
"max_tokens": false,
"frequency_penalty": 0.6,
"presence_penalty": 0.35,
"top_p": 0.28,
"prompt": false,
"n": 1,
"tools": false,
"stop": ["I apologize", "I understand", "Please note", "If there's anything"]
},
"image": {
"model": "dall-e-3",
"n": 1,
"size": "1024x1024",
"sizes": {
"square": "1024x1024",
"landscape": "1792x1024",
"portrait": "1024x1792"
},
"response_format": "b64_json",
"response_formats": [
"url",
"b64_json"
]
},
"speech": {
"model": "tts-1",
"voice": "alloy"
}
}
}
}