-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose API Base URL option #32
Comments
Great idea. Tried this change, and while the app works, nothing is displayed on the Helicone dashboard. https://discord.com/channels/1020597994703310878/1021699161831251968/1091100457662943263 |
Done and deployed. Check 7154db7 for instructions and the note about Helicone adding support for chatGPT/streaming on the dashboard. |
There are projects like Helicone which provide a wrapper around the OpenAI API for tracking prompts/response quality over time, error rates, understanding pricing and token usage etc. Additionally some people might implement OpenAI API-compatible open source model servers e.g. based on LLama etc. So it would be great if the user could change the baseURL in the settings to use other services.
From the Helicone docs, the implementation should be pretty easy:
The text was updated successfully, but these errors were encountered: