From ceb74f1eb7d4165840850b7c4ac54bd259e963d4 Mon Sep 17 00:00:00 2001 From: Haiping Chen Date: Mon, 26 Aug 2024 17:57:17 -0500 Subject: [PATCH] swithc to gpt-4o-mini by default --- .../agents/01fcc3e5-0af7-49e6-ad7a-a760bd12dc4d/agent.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-0af7-49e6-ad7a-a760bd12dc4d/agent.json b/src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-0af7-49e6-ad7a-a760bd12dc4d/agent.json index a7fd580e..c54a67e0 100644 --- a/src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-0af7-49e6-ad7a-a760bd12dc4d/agent.json +++ b/src/Infrastructure/BotSharp.Core/data/agents/01fcc3e5-0af7-49e6-ad7a-a760bd12dc4d/agent.json @@ -7,5 +7,9 @@ "updatedDateTime": "2024-05-07T10:00:00Z", "disabled": false, "isPublic": true, + "llmConfig": { + "provider": "openai", + "model": "gpt-4o-mini" + }, "profiles": [ "fallback" ] }