sashabaranov / go-openai

OpenAI ChatGPT, GPT-3, GPT-4, DALL·E, Whisper API wrapper for Go
Apache License 2.0
9.25k stars 1.42k forks source link

Base URL customization not supported #871

Closed Napolitain closed 1 month ago

Napolitain commented 1 month ago

https://github.com/sashabaranov/go-openai/pull/725

Is your feature request related to a problem? Please describe. BaseURL should be configurable in the client.

Describe the solution you'd like Expose the config and make it simple

Describe alternatives you've considered No alternative, this is how the official client works and how the current library should behave