From 3a0f183dc7b661a35bfd9c2d71d18e7b2e7d88a8 Mon Sep 17 00:00:00 2001 From: customjointz Date: Fri, 18 Jul 2025 09:57:54 -0700 Subject: [PATCH] Update config.ts --- config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.ts b/config.ts index fdc760f..f2af691 100644 --- a/config.ts +++ b/config.ts @@ -8,9 +8,9 @@ export const config = { baseUrl: "https://openrouter.ai/api/v1", // Your API key for provider, if using Ollama enter "ollama" here - apiKey: "sk-or-v1-824...", + apiKey: "ssk-or-v1-28d050f784b9f4825f4e1ff8dab5624588ecb523ec150ec09e49d35c8da7fcaa", // The model to use, e.g., "gpt-4", "gpt-3.5-turbo", or "ollama/llama2" - model: "anthropic/claude-sonnet-4", + model: "Deepseek/deepseek-chat-v3-0324:free", }, } as const;