-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
tinykit/src/lib/ai/sdk-agent.ts
Line 278 in 2bc27ba
| apiKey: config.apiKey |
case 'openai': {
const openai = createOpenAI({
apiKey: config.apiKey,
baseURL: config.baseUrl,
})
return openai.chat(config.model)
}also I'm using vLLM and it only supports the old chat API and not the new response API
Biskwit
Metadata
Metadata
Assignees
Labels
No labels