feat: support gpt-3.5 model

This commit is contained in:
ubuntu
2023-03-02 13:45:23 +08:00
parent 76a4be722e
commit bb034dfbb5
4 changed files with 195 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"model": {
"type" : "openai",
"type" : "chatgpt",
"openai": {
"api_key": "YOUR API KEY",
"conversation_max_tokens": 1000,