MCPcopy Create free account
hub / github.com/Seanium/ChatMap / ModelSettings

Interface ModelSettings

app/api/stream/route.ts:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9interface ModelSettings {
10 provider: string;
11 baseURL: string;
12 model: string;
13 apiKey: string;
14 temperature: number;
15}
16
17export async function POST(req: NextRequest) {
18 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected