Files
OS-Copilot/examples/config.json

31 lines
716 B
JSON

{
"model_name": "gpt-3.5-turbo-1106",
"OPENAI_API_KEY": "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",
"OPENAI_ORGANIZATION": "org-fSyygvftM73W0pK4VjoK395W",
"config": {
"API_KEY": "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",
"MAX_CHAT_HISTORY": "10",
"User_Names": "[\"User\"]",
"TOP_K": "3"
},
"LLM_type": "OpenAI",
"LLM": {
"temperature": 0.0,
"model": "gpt-3.5-turbo-1106",
"log_path": "logs/god"
},
"agents": {
"Yang bufan": {
"style": "indifferent and idle",
"roles": {
"Response_state": "Yang bufan"
}
},
"User": {
"style": "soso",
"roles": {
"Response_state": "User"
}
}
}
}