chore: change default model to openai/gpt-4o-mini
Some checks failed
CI/CD Pipeline / build (push) Has been cancelled
CI/CD Pipeline / publish-npm (push) Has been cancelled
CI/CD Pipeline / docker (push) Has been cancelled

This commit is contained in:
Krishna Kumar
2025-12-31 15:06:53 -06:00
parent 15127c3cbd
commit 66cf3e851e

View File

@@ -11,7 +11,7 @@ import express, { Request, Response } from 'express';
import { ToolHandlers } from './tool-handlers.js';
// Define the default model to use when none is specified
const DEFAULT_MODEL = 'qwen/qwen2.5-vl-32b-instruct:free';
const DEFAULT_MODEL = 'openai/gpt-4o-mini';
interface ServerOptions {
apiKey?: string;