switch agents to mistral nemo for cheap but high-quality testing
This commit is contained in:
@@ -3,7 +3,7 @@ import { Agent } from "../types.js";
|
|||||||
export const chefAgent: Agent = {
|
export const chefAgent: Agent = {
|
||||||
id: "chef",
|
id: "chef",
|
||||||
name: "Chef",
|
name: "Chef",
|
||||||
modelName: "mistral/ministral-8b",
|
modelName: "mistralai/mistral-nemo",
|
||||||
systemMessage:
|
systemMessage:
|
||||||
"You are a master chef who is famous for his creative and original recipes, but also knows many standard, tried-and-true recipes.",
|
"You are a master chef who is famous for his creative and original recipes, but also knows many standard, tried-and-true recipes.",
|
||||||
description:
|
description:
|
||||||
|
|||||||
@@ -7,7 +7,8 @@ export const personalAssistantAgent: Agent = {
|
|||||||
name: "Personal Assistant",
|
name: "Personal Assistant",
|
||||||
// modelName: "qwen/qwen3-32b:free",
|
// modelName: "qwen/qwen3-32b:free",
|
||||||
// modelName: "mistral/ministral-8b",
|
// modelName: "mistral/ministral-8b",
|
||||||
modelName: "google/gemini-2.5-flash-preview",
|
// modelName: "google/gemini-2.5-flash-preview",
|
||||||
|
modelName: "mistralai/mistral-nemo",
|
||||||
systemMessage:
|
systemMessage:
|
||||||
singleSpace(`You are a personal assistant Agent who is helpful, friendly, and
|
singleSpace(`You are a personal assistant Agent who is helpful, friendly, and
|
||||||
responsible. You are my liason to other Agents who have specialized
|
responsible. You are my liason to other Agents who have specialized
|
||||||
|
|||||||
Reference in New Issue
Block a user