Update app.py
Browse files
app.py
CHANGED
|
@@ -88,7 +88,7 @@ with demo:
|
|
| 88 |
)
|
| 89 |
|
| 90 |
#chat_model_selection = chat_model_dropdown.value
|
| 91 |
-
chat_model_selection = '
|
| 92 |
|
| 93 |
def call_api_and_stream_response(query, chat_model):
|
| 94 |
"""
|
|
|
|
| 88 |
)
|
| 89 |
|
| 90 |
#chat_model_selection = chat_model_dropdown.value
|
| 91 |
+
chat_model_selection = 'yuriachermann/My_AGI_llama_2_7B'
|
| 92 |
|
| 93 |
def call_api_and_stream_response(query, chat_model):
|
| 94 |
"""
|