Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ text = st.text_input("Text Input: ")
|
|
23 |
|
24 |
if st.button("Submit"):
|
25 |
|
26 |
-
llm = ChatOpenAI(model = "
|
27 |
|
28 |
prompt = ChatPromptTemplate.from_messages([("system","you are a good assistant for translation to {il} to {ol}"),
|
29 |
("human","{i}")])
|
|
|
23 |
|
24 |
if st.button("Submit"):
|
25 |
|
26 |
+
llm = ChatOpenAI(model = "gpt-3.5-turbo",temperature = 0)
|
27 |
|
28 |
prompt = ChatPromptTemplate.from_messages([("system","you are a good assistant for translation to {il} to {ol}"),
|
29 |
("human","{i}")])
|