Skip to content

need to set baseUrl #1

@mingfang

Description

@mingfang

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions