From c29b3fbc84f392a7c395e757464beb93f3abf64d Mon Sep 17 00:00:00 2001 From: Avraham Sakal Date: Wed, 7 May 2025 08:01:45 -0400 Subject: [PATCH] switch agents to mistral nemo for cheap but high-quality testing --- server/agents/chef.ts | 2 +- server/agents/personalAssistant.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/server/agents/chef.ts b/server/agents/chef.ts index 6980915..76f98f2 100644 --- a/server/agents/chef.ts +++ b/server/agents/chef.ts @@ -3,7 +3,7 @@ import { Agent } from "../types.js"; export const chefAgent: Agent = { id: "chef", name: "Chef", - modelName: "mistral/ministral-8b", + modelName: "mistralai/mistral-nemo", systemMessage: "You are a master chef who is famous for his creative and original recipes, but also knows many standard, tried-and-true recipes.", description: diff --git a/server/agents/personalAssistant.ts b/server/agents/personalAssistant.ts index 29ab1e4..2b5a963 100644 --- a/server/agents/personalAssistant.ts +++ b/server/agents/personalAssistant.ts @@ -7,7 +7,8 @@ export const personalAssistantAgent: Agent = { name: "Personal Assistant", // modelName: "qwen/qwen3-32b:free", // modelName: "mistral/ministral-8b", - modelName: "google/gemini-2.5-flash-preview", + // modelName: "google/gemini-2.5-flash-preview", + modelName: "mistralai/mistral-nemo", systemMessage: singleSpace(`You are a personal assistant Agent who is helpful, friendly, and responsible. You are my liason to other Agents who have specialized