BricksLLM icon indicating copy to clipboard operation
BricksLLM copied to clipboard

Allow supplying/overriding base URL of openai provider

Open joseph-kimberley opened this issue 7 months ago • 1 comments

Currently, BricksLLM seems to have hardcoded the OpenAI base URL everywhere in the code as https://api.openai.com.

But with OpenAI's Data Residency feature, projects in the Europe region need to use https://eu.api.openai.com.

It should be possible to create a new custom openai provider with a different base URL, or at least change the base URL for the default openai provider.

joseph-kimberley avatar Mar 14 '25 14:03 joseph-kimberley