Parcourir la source

fix: add gpt-3.5-turbo in model_list

develop
zhayujie il y a 1 an
Parent
révision
5ac8a257e7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      common/const.py

+ 1
- 1
common/const.py Voir le fichier

@@ -8,4 +8,4 @@ LINKAI = "linkai"

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"]

Chargement…
Annuler
Enregistrer