Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -218,8 +218,8 @@ async def respond(
|
|
218 |
handleApiKeys();loadModels();checkModels();
|
219 |
demo = gr.ChatInterface(
|
220 |
respond,
|
221 |
-
title="gpt-4o-mini
|
222 |
-
description=f"This is the smaller version of quardo/gpt-4o-
|
223 |
additional_inputs=[
|
224 |
gr.Dropdown(choices=models, value="gpt-4o-mini", label="Model"),
|
225 |
gr.Slider(minimum=1, maximum=4096, value=4096, step=1, label="Max new tokens"),
|
|
|
218 |
handleApiKeys();loadModels();checkModels();
|
219 |
demo = gr.ChatInterface(
|
220 |
respond,
|
221 |
+
title="gpt-4o-mini",
|
222 |
+
description=f"This is the smaller version of quardo/gpt-4o-mini space. Mainly exists when the main space is down. (Status: the main space is offline cause it is stuck on 'Building' stage)",
|
223 |
additional_inputs=[
|
224 |
gr.Dropdown(choices=models, value="gpt-4o-mini", label="Model"),
|
225 |
gr.Slider(minimum=1, maximum=4096, value=4096, step=1, label="Max new tokens"),
|