yashasgupta commited on
Commit
185006c
·
verified ·
1 Parent(s): 6a7f327

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ text = st.text_input("Text Input: ")
23
 
24
  if st.button("Submit"):
25
 
26
- llm = ChatOpenAI(model = "GPT-4o",temperature = 0)
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}")])