Skip to content

Commit

Permalink
fix: add gpt-3.5-turbo in model_list
Browse files Browse the repository at this point in the history
  • Loading branch information
zhayujie committed Aug 26, 2023
1 parent 74119d0 commit 5ac8a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

VERSION = "1.3.0"

MODEL_LIST = ["gpt-3.5-turbo-16k", "gpt-4", "wenxin", "xunfei"]
MODEL_LIST = ["gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-4", "wenxin", "xunfei"]

0 comments on commit 5ac8a25

Please sign in to comment.