Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ layer_agent_config_def = {
|
|
| 20 |
},
|
| 21 |
"layer_agent_2": {
|
| 22 |
"system_prompt": "Respond with a thought and then your response to the question. {helper_response}",
|
| 23 |
-
"model_name": "
|
| 24 |
"temperature": 0.7
|
| 25 |
},
|
| 26 |
"layer_agent_3": {
|
|
@@ -138,7 +138,6 @@ st.set_page_config(
|
|
| 138 |
valid_model_names = [
|
| 139 |
'llama-3.1-8b-instant',
|
| 140 |
'llama-3.3-70b-versatile',
|
| 141 |
-
'gemma-7b-it',
|
| 142 |
'gemma2-9b-it',
|
| 143 |
'mixtral-8x7b-32768'
|
| 144 |
]
|
|
|
|
| 20 |
},
|
| 21 |
"layer_agent_2": {
|
| 22 |
"system_prompt": "Respond with a thought and then your response to the question. {helper_response}",
|
| 23 |
+
"model_name": "gemma2-9b-it",
|
| 24 |
"temperature": 0.7
|
| 25 |
},
|
| 26 |
"layer_agent_3": {
|
|
|
|
| 138 |
valid_model_names = [
|
| 139 |
'llama-3.1-8b-instant',
|
| 140 |
'llama-3.3-70b-versatile',
|
|
|
|
| 141 |
'gemma2-9b-it',
|
| 142 |
'mixtral-8x7b-32768'
|
| 143 |
]
|