adamrushy / OpenAISwift

This is a wrapper library around the ChatGPT and OpenAI HTTP API
MIT License
1.6k stars 242 forks source link

Please add support for setting base_url #135

Open maxmai-proactiveailab opened 2 months ago

maxmai-proactiveailab commented 2 months ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like The official Node.js and Python version of the OpenAI API client supports setting "base_url" property. A lot of other model hosting confronts to the OpenAI API protocol and the clients can just swap the endpoint URL "base_url" and API key to use a different LLM. Can you please expose that property in your library too? Thank you!

maxmai-proactiveailab commented 2 months ago

Python library example: https://github.com/openai/openai-python/blob/11460b5ed97080ee8e7a4311c1e90e495c59d370/src/openai/_base_client.py#L327