feat: support gpt-3.5 model

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

View File

@@ -10,3 +10,4 @@ SLACK = "slack"
# model
OPEN_AI = "openai"
CHATGPT = "chatgpt"