@@ -7,7 +7,7 @@ agent_profiles:
77 # enforce_agent_prompt: "true"
88 llm_options :
99 # api_base: https://api.groq.com/openai/v1
10- model : groq/llama-3.3-70b-versatile
10+ model : groq/openai/gpt-oss-20b
1111 temperature : 0.0
1212 raise_on_completion_status_errors : False # report API errors into chat
1313 enforce_agent_prompt : True
@@ -54,7 +54,7 @@ agent_profiles:
5454 - package : " agent_tools.toy_tools"
5555 function : " summarize_dataframe"
5656 llm_options :
57- model : groq/llama-3.3-70b-versatile
57+ model : groq/openai/gpt-oss-20b
5858 temperature : 0.1 # Slightly increased randomness for better flexibility.
5959 examples :
6060 - prompt : Generate a random 3x4 matrix, please.
@@ -85,7 +85,7 @@ agent_profiles:
8585 remember_query : False
8686 llm_options :
8787 api_base : https://api.groq.com/openai/v1
88- model : groq/llama-3.3-70b-versatile
88+ model : groq/openai/gpt-oss-20b
8989 temperature : 0.7 # Allows more creative name generation.
9090 examples :
9191 - prompt : How are you today?
@@ -108,7 +108,7 @@ agent_profiles:
108108 - package : " just_semantic_search.meili.tools"
109109 function : " all_indexes"
110110 llm_options :
111- model : groq/llama-3.3-70b-versatile
111+ model : groq/openai/gpt-oss-20b
112112 temperature : 0.0
113113 system_prompt : |
114114 The 'search_documents' tool uses semantic search and only accepts indexes provided by 'all_indexes' tool.
@@ -127,7 +127,7 @@ agent_profiles:
127127 hidden : true
128128 assistant_index : 71
129129 llm_options :
130- model : groq/llama-3.3-70b-versatile
130+ model : groq/openai/gpt-oss-20b
131131 temperature : 0.0
132132 system_prompt : |
133133 You are a paper annotator. You extract the abstract, authors and titles of the papers.
0 commit comments