MCPcopy Index your code
hub / github.com/CodeFox-Repo/codefox / ModelConfig

Interface ModelConfig

codefox-common/src/config-loader.ts:7–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import * as path from 'path';
6
7export interface ModelConfig {
8 model: string;
9 alias?: string;
10 endpoint?: string;
11 token?: string;
12 default?: boolean;
13 task?: string;
14 // request per second
15 rps?: number;
16}
17
18export interface AppConfig {
19 chat: ModelConfig[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected