22 lines
620 B
JSON
22 lines
620 B
JSON
{
|
|
"openAIApiKey": "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",
|
|
"huggingfaceApiKey": "",
|
|
"cohereApiKey": "",
|
|
"anthropicApiKey": "",
|
|
"azureOpenAIApiKey": "",
|
|
"azureOpenAIApiInstanceName": "",
|
|
"azureOpenAIApiDeploymentName": "",
|
|
"azureOpenAIApiVersion": "",
|
|
"azureOpenAIApiEmbeddingDeploymentName": "",
|
|
"defaultModel": "gpt-3.5-turbo",
|
|
"defaultModelDisplayName": "GPT-3.5",
|
|
"temperature": 0.7,
|
|
"maxTokens": 1000,
|
|
"contextTurns": 3,
|
|
"useNotesAsContext": false,
|
|
"userSystemPrompt": "",
|
|
"openAIProxyBaseUrl": "",
|
|
"stream": true,
|
|
"embeddingProvider": "openai",
|
|
"debug": false
|
|
} |