diff --git a/example/config/chatgptproxy.json b/example/config/chatgptproxy.json new file mode 100644 index 0000000..0f76b2f --- /dev/null +++ b/example/config/chatgptproxy.json @@ -0,0 +1,16 @@ +{ + "chatbotStore": { + "apiKey": "", + "url": "https://api.aiql.com" + }, + "defaultChoiceStore": { + "model": [ + "gpt-3.5-turbo", + "gpt-3.5-turbo-instruct", + "gpt-3.5-turbo-16k", + "gpt-4", + "gpt-4-turbo", + "gpt-4-turbo-preview" + ] + } +}