yashasgupta commited on
Commit
44adb8f
·
verified ·
1 Parent(s): 727b5a8

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-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}")])
 
23
 
24
  if st.button("Submit"):
25
 
26
+ llm = ChatOpenAI(model = "gpt-3.5-turbo-16k",temperature = 0)
27
 
28
  prompt = ChatPromptTemplate.from_messages([("system","you are a good assistant for translation to {il} to {ol}"),
29
  ("human","{i}")])