Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import copy
|
|
9 |
|
10 |
# Default configuration
|
11 |
default_config = {
|
12 |
-
"main_model": "llama-3.
|
13 |
"cycles": 3,
|
14 |
"layer_agent_config": {}
|
15 |
}
|
@@ -34,7 +34,7 @@ layer_agent_config_def = {
|
|
34 |
# Recommended Configuration
|
35 |
|
36 |
rec_config = {
|
37 |
-
"main_model": "llama-3.
|
38 |
"cycles": 2,
|
39 |
"layer_agent_config": {}
|
40 |
}
|
@@ -42,7 +42,7 @@ rec_config = {
|
|
42 |
layer_agent_config_rec = {
|
43 |
"layer_agent_1": {
|
44 |
"system_prompt": "Think through your response step by step. {helper_response}",
|
45 |
-
"model_name": "llama-3.
|
46 |
"temperature": 0.3
|
47 |
},
|
48 |
"layer_agent_2": {
|
|
|
9 |
|
10 |
# Default configuration
|
11 |
default_config = {
|
12 |
+
"main_model": "llama-3.3-70b-versatile",
|
13 |
"cycles": 3,
|
14 |
"layer_agent_config": {}
|
15 |
}
|
|
|
34 |
# Recommended Configuration
|
35 |
|
36 |
rec_config = {
|
37 |
+
"main_model": "llama-3.3-70b-versatile",
|
38 |
"cycles": 2,
|
39 |
"layer_agent_config": {}
|
40 |
}
|
|
|
42 |
layer_agent_config_rec = {
|
43 |
"layer_agent_1": {
|
44 |
"system_prompt": "Think through your response step by step. {helper_response}",
|
45 |
+
"model_name": "llama-3.3-70b-versatile",
|
46 |
"temperature": 0.3
|
47 |
},
|
48 |
"layer_agent_2": {
|