Skip to content

Conversation

armedi
Copy link

@armedi armedi commented Apr 22, 2025

solves issue #4

switch (provider) {
case "openai":
return "https://api.openai.com/v1";
return process.env["OPENAI_BASE_URL"] ?? "https://api.openai.com/v1";
Copy link

@akaguny akaguny May 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@akaguny akaguny mentioned this pull request May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants