Spaces:
Runtime error
Runtime error
artificialguybr
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
113 |
|
114 |
## 🚀 Quick Start:
|
115 |
1. Enter your OpenRouter API key
|
116 |
-
2. Choose a model
|
117 |
3. Start chatting!
|
118 |
|
119 |
## 🔧 Settings:
|
@@ -147,7 +147,8 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
147 |
"meta-llama/llama-3-70b-instruct",
|
148 |
"microsoft/wizardlm-2-7b"
|
149 |
],
|
150 |
-
value="google/gemini-flash-1.5"
|
|
|
151 |
)
|
152 |
|
153 |
with gr.Accordion("Common Settings", open=False):
|
|
|
113 |
|
114 |
## 🚀 Quick Start:
|
115 |
1. Enter your OpenRouter API key
|
116 |
+
2. Choose a model or enter a custom model name/endpoint
|
117 |
3. Start chatting!
|
118 |
|
119 |
## 🔧 Settings:
|
|
|
147 |
"meta-llama/llama-3-70b-instruct",
|
148 |
"microsoft/wizardlm-2-7b"
|
149 |
],
|
150 |
+
value="google/gemini-flash-1.5",
|
151 |
+
allow_custom_value=True
|
152 |
)
|
153 |
|
154 |
with gr.Accordion("Common Settings", open=False):
|