change gpt model
Browse files- 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-
|
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
|