mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-05 05:16:03 +00:00
17 lines
358 B
JSON
17 lines
358 B
JSON
{
|
|
"enable-chat": true,
|
|
"openai-config": {
|
|
"api-keys": [
|
|
"sk-1234567890"
|
|
],
|
|
"base_url": "https://api.openai.com/v1",
|
|
"chat-completions-params": {
|
|
"model": "gpt-3.5-turbo"
|
|
},
|
|
"request-timeout": 120
|
|
},
|
|
"prompt-mode": "normal",
|
|
"prompt": {
|
|
"default": ""
|
|
}
|
|
} |