keshavan commited on
Commit
a772baa
1 Parent(s): eab485b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def main():
60
  status_display = st.empty()
61
 
62
  file_path = 'FAISS_Vector_Data.pkl'
63
- llm = OpenAI(model='gpt-3.5-turbo',temperature=0.5, max_tokens=500)
64
 
65
  # If the button is clicked, start processing the URLs
66
  if activate_articleiq:
 
60
  status_display = st.empty()
61
 
62
  file_path = 'FAISS_Vector_Data.pkl'
63
+ llm = OpenAI(model='gpt-3.5-turbo-instruct',temperature=0.5, max_tokens=500)
64
 
65
  # If the button is clicked, start processing the URLs
66
  if activate_articleiq: