Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ default_config = {
|
|
16 |
layer_agent_config_def = {
|
17 |
"layer_agent_1": {
|
18 |
"system_prompt": "Think through your response step by step. {helper_response}",
|
19 |
-
"model_name": "llama-3.
|
20 |
},
|
21 |
"layer_agent_2": {
|
22 |
"system_prompt": "Respond with a thought and then your response to the question. {helper_response}",
|
@@ -25,7 +25,7 @@ layer_agent_config_def = {
|
|
25 |
},
|
26 |
"layer_agent_3": {
|
27 |
"system_prompt": "You are an expert at logic and reasoning. Always take a logical approach to the answer. {helper_response}",
|
28 |
-
"model_name": "llama-3.
|
29 |
},
|
30 |
|
31 |
}
|
@@ -41,17 +41,17 @@ rec_config = {
|
|
41 |
layer_agent_config_rec = {
|
42 |
"layer_agent_1": {
|
43 |
"system_prompt": "Think through your response step by step. {helper_response}",
|
44 |
-
"model_name": "llama-3.
|
45 |
"temperature": 0.1
|
46 |
},
|
47 |
"layer_agent_2": {
|
48 |
"system_prompt": "Respond with a thought and then your response to the question. {helper_response}",
|
49 |
-
"model_name": "llama-3.
|
50 |
"temperature": 0.2
|
51 |
},
|
52 |
"layer_agent_3": {
|
53 |
"system_prompt": "You are an expert at logic and reasoning. Always take a logical approach to the answer. {helper_response}",
|
54 |
-
"model_name": "llama-3.
|
55 |
"temperature": 0.4
|
56 |
},
|
57 |
"layer_agent_4": {
|
|
|
16 |
layer_agent_config_def = {
|
17 |
"layer_agent_1": {
|
18 |
"system_prompt": "Think through your response step by step. {helper_response}",
|
19 |
+
"model_name": "llama-3.1-8b-instant"
|
20 |
},
|
21 |
"layer_agent_2": {
|
22 |
"system_prompt": "Respond with a thought and then your response to the question. {helper_response}",
|
|
|
25 |
},
|
26 |
"layer_agent_3": {
|
27 |
"system_prompt": "You are an expert at logic and reasoning. Always take a logical approach to the answer. {helper_response}",
|
28 |
+
"model_name": "llama-3.1-8b-instant"
|
29 |
},
|
30 |
|
31 |
}
|
|
|
41 |
layer_agent_config_rec = {
|
42 |
"layer_agent_1": {
|
43 |
"system_prompt": "Think through your response step by step. {helper_response}",
|
44 |
+
"model_name": "llama-3.1-8b-instant",
|
45 |
"temperature": 0.1
|
46 |
},
|
47 |
"layer_agent_2": {
|
48 |
"system_prompt": "Respond with a thought and then your response to the question. {helper_response}",
|
49 |
+
"model_name": "llama-3.1-8b-instant",
|
50 |
"temperature": 0.2
|
51 |
},
|
52 |
"layer_agent_3": {
|
53 |
"system_prompt": "You are an expert at logic and reasoning. Always take a logical approach to the answer. {helper_response}",
|
54 |
+
"model_name": "llama-3.1-8b-instant",
|
55 |
"temperature": 0.4
|
56 |
},
|
57 |
"layer_agent_4": {
|