mirror of
https://github.com/OS-Copilot/OS-Copilot.git
synced 2026-05-05 03:00:15 -04:00
31 lines
716 B
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"
|
|
}
|
|
}
|
|
}
|
|
} |