aymonc commited on
Commit
90987a5
·
verified ·
1 Parent(s): a28ae69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
 
6
  # os.environ["OPENAI_API_KEY"] = "sk-..." # Replace with your key
7
 
8
- llm = ChatOpenAI(temperature=1.0, model='gpt-3.5-turbo-0613')
9
 
10
  def predict(message, history):
11
  history_langchain_format = []
 
5
 
6
  # os.environ["OPENAI_API_KEY"] = "sk-..." # Replace with your key
7
 
8
+ llm = ChatOpenAI(temperature=1.0, model='gpt-3.5-turbo-16k')
9
 
10
  def predict(message, history):
11
  history_langchain_format = []