chore: change default model to openai/gpt-4o-mini
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user