mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-06-06 11:35:49 +00:00
fix: remove wrong code
This commit is contained in:
parent
1d99ebf375
commit
dc4a13a8f9
@ -409,7 +409,6 @@ class ChatGPTAPI(Base):
|
|||||||
model_list = list(set(my_model_list) & set(GPT4oMINI_MODEL_LIST))
|
model_list = list(set(my_model_list) & set(GPT4oMINI_MODEL_LIST))
|
||||||
print(f"Using model list {model_list}")
|
print(f"Using model list {model_list}")
|
||||||
self.model_list = cycle(model_list)
|
self.model_list = cycle(model_list)
|
||||||
self.model_list = cycle(["plamo-beta"])
|
|
||||||
|
|
||||||
def set_gpt4o_models(self):
|
def set_gpt4o_models(self):
|
||||||
# for issue #375 azure can not use model list
|
# for issue #375 azure can not use model list
|
||||||
|
Loading…
x
Reference in New Issue
Block a user