I'm using LlamaIndex.TS in my node server and I'm trying to change the base url to my proxy azure openAI server, as the following
process.env['OPENAI_API_BASE'] = 'http://openaiproxy.service.consul:8080/OpenAIProxy/handler';
It seems the request is still routing to the default.
Any thoughts? Thanks
I solved it using
OpenAIEmbedding
class: