|
4 | 4 | "model_name": "mistral", |
5 | 5 | "model_api_key": "", |
6 | 6 | "model_base_url": "https://...", |
7 | | - "system_prompt": "You are a web automation task planner....", |
8 | 7 | "llm_config_params": { |
9 | 8 | "cache_seed": null, |
10 | | - "temperature": 0.1, |
11 | | - "top_p": 0.1 |
| 9 | + "temperature": 0.0, |
| 10 | + "top_p": 0.001, |
| 11 | + "seed":12345 |
12 | 12 | } |
13 | 13 | }, |
14 | 14 | "browser_nav_agent": { |
15 | 15 | "model_name": "mistral", |
16 | 16 | "model_api_key": "", |
17 | 17 | "model_base_url": "https://...", |
18 | | - "system_prompt": "You will perform web navigation tasks with the functions that you have...\nOnce a task is completed, confirm completion with ##TERMINATE TASK##.", |
19 | 18 | "llm_config_params": { |
20 | 19 | "cache_seed": null, |
21 | | - "temperature": 0.1, |
22 | | - "top_p": 0.1 |
| 20 | + "temperature": 0.0, |
| 21 | + "top_p": 0.001, |
| 22 | + "seed":12345 |
23 | 23 | } |
24 | 24 | } |
25 | 25 | }, |
|
47 | 47 | } |
48 | 48 | } |
49 | 49 | }, |
50 | | - "llama": { |
| 50 | + "ollama": { |
51 | 51 | "planner_agent": { |
52 | | - "model_name": "llama-3.1-70b-versatile", |
| 52 | + "model_name": "llama3-groq-tool-use", |
| 53 | + "model_api_key": "", |
| 54 | + "model_api_type": "ollama", |
| 55 | + "model_client_host": "http://localhost:11434", |
| 56 | + "model_native_tool_calls": true, |
| 57 | + "model_hide_tools": "if_any_run", |
| 58 | + "llm_config_params": { |
| 59 | + "cache_seed": null, |
| 60 | + "temperature": 0.0, |
| 61 | + "top_p": 0.001, |
| 62 | + "seed":12345 |
| 63 | + } |
| 64 | + }, |
| 65 | + "browser_nav_agent": { |
| 66 | + "model_name": "llama3-groq-tool-use", |
| 67 | + "model_api_key": "", |
| 68 | + "model_api_type": "ollama", |
| 69 | + "model_client_host": "http://localhost:11434", |
| 70 | + "model_native_tool_calls": true, |
| 71 | + "model_hide_tools": "if_any_run", |
| 72 | + "llm_config_params": { |
| 73 | + "cache_seed": null, |
| 74 | + "temperature": 0.0, |
| 75 | + "top_p": 0.001, |
| 76 | + "seed":12345 |
| 77 | + } |
| 78 | + } |
| 79 | + }, |
| 80 | + "groq": { |
| 81 | + "planner_agent": { |
| 82 | + "model_name": "llama3-groq-8b-8192-tool-use-preview", |
53 | 83 | "model_api_key": "", |
54 | 84 | "model_api_type": "groq", |
55 | | - "system_prompt": "You are a web automation task planner....", |
56 | 85 | "llm_config_params": { |
57 | 86 | "cache_seed": null, |
58 | | - "temperature": 0.1, |
59 | | - "top_p": 0.1 |
| 87 | + "temperature": 0.0, |
| 88 | + "top_p": 0.001, |
| 89 | + "seed":12345 |
60 | 90 | } |
61 | 91 | }, |
62 | 92 | "browser_nav_agent": { |
63 | | - "model_name": "llama-3.1-70b-versatile", |
| 93 | + "model_name": "llama3-groq-8b-8192-tool-use-preview", |
64 | 94 | "model_api_key": "", |
65 | 95 | "model_api_type": "groq", |
66 | | - "system_prompt": "You will perform web navigation tasks with the functions that you have...\nOnce a task is completed, confirm completion with ##TERMINATE TASK##.", |
67 | 96 | "llm_config_params": { |
68 | 97 | "cache_seed": null, |
69 | | - "temperature": 0.1, |
70 | | - "top_p": 0.1 |
| 98 | + "temperature": 0.0, |
| 99 | + "top_p": 0.001, |
| 100 | + "seed":12345 |
71 | 101 | } |
72 | 102 | } |
73 | 103 | }, |
74 | 104 | "anthropic": { |
75 | 105 | "planner_agent": { |
76 | | - "model_name": "claude-3-opus-20240229", |
| 106 | + "model_name": "claude-3-5-haiku-latest", |
77 | 107 | "model_api_key": "", |
78 | 108 | "model_api_type": "anthropic", |
79 | | - "system_prompt": "You are a web automation task planner....", |
80 | 109 | "llm_config_params": { |
81 | 110 | "cache_seed": null, |
82 | | - "temperature": 0.1, |
83 | | - "top_p": 0.1 |
| 111 | + "temperature": 0.0, |
| 112 | + "top_p": 0.001, |
| 113 | + "seed":12345 |
84 | 114 | } |
85 | 115 | }, |
86 | 116 | "browser_nav_agent": { |
87 | | - "model_name": "claude-3-opus-20240229", |
| 117 | + "model_name": "claude-3-5-haiku-latest", |
88 | 118 | "model_api_key": "", |
89 | 119 | "model_api_type": "anthropic", |
90 | | - "system_prompt": "You will perform web navigation tasks with the functions that you have...\nOnce a task is completed, confirm completion with ##TERMINATE TASK##.", |
91 | 120 | "llm_config_params": { |
92 | 121 | "cache_seed": null, |
93 | | - "temperature": 0.1, |
94 | | - "top_p": 0.1 |
| 122 | + "temperature": 0.0, |
| 123 | + "top_p": 0.001, |
| 124 | + "seed":12345 |
95 | 125 | } |
96 | 126 | } |
97 | 127 | } |
|
0 commit comments