Spaces:
Runtime error
Runtime error
Eric Michael Martinez
commited on
Commit
·
5e16c68
1
Parent(s):
2004995
update
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ def get_chatbot_app(additional_examples=[]):
|
|
102 |
with gr.Column():
|
103 |
# Create a dropdown to select the AI model
|
104 |
model_selector = gr.Dropdown(
|
105 |
-
["gpt-3.5-turbo"
|
106 |
label="Model",
|
107 |
value="gpt-3.5-turbo"
|
108 |
)
|
|
|
102 |
with gr.Column():
|
103 |
# Create a dropdown to select the AI model
|
104 |
model_selector = gr.Dropdown(
|
105 |
+
["gpt-3.5-turbo"],
|
106 |
label="Model",
|
107 |
value="gpt-3.5-turbo"
|
108 |
)
|