Browse Source

fix: add tongyi model to model list

master
Han Fangyuan 11 months ago
parent
commit
c1022feab8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/const.py

+ 1
- 1
common/const.py View File

@@ -17,4 +17,4 @@ WHISPER_1 = "whisper-1"
TTS_1 = "tts-1"
TTS_1_HD = "tts-1-hd"

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

Loading…
Cancel
Save