Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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-
|
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 = []
|