Modade6787's picture
Upload folder using huggingface_hub
b4d34a9 verified
export const PROVIDERS = {
vllm: {
apiBaseUrl: "http://localhost:8000/v1",
apiKey: "vllm",
apiType: ["responses", "chat"], // choose from responses, chat, or both
modelName: "openai/gpt-oss-120b",
providerDetails: {
// add any provider-specific details here. These will be passed as part of every request
// for example to fix the provider for openrouter, you can do:
// provider: {
// only: ["example"],
// },
},
},
};