Aye10032 commited on
Commit
b4c8abe
·
verified ·
1 Parent(s): 854aad5

change gpt model

Browse files
Files changed (1) hide show
  1. pages/Translate.py +1 -1
pages/Translate.py CHANGED
@@ -60,7 +60,7 @@ def get_translate_and_conclude(question: str, step: int):
60
 
61
 
62
  llm = ChatOpenAI(
63
- model_name="gpt-3.5-turbo",
64
  temperature=0,
65
  openai_api_key=st.secrets['gpt_key'],
66
  streaming=True
 
60
 
61
 
62
  llm = ChatOpenAI(
63
+ model_name="gpt-4o-mini",
64
  temperature=0,
65
  openai_api_key=st.secrets['gpt_key'],
66
  streaming=True