base url
how do we use custom models with base url?
Hi, we have configuration for that but not documented. I will inform you.
agent.client.save_openai_url("https://xxxx.com/v1")
I think it's better to have the custom_llm, custom_base_url and custom_api_key configuration for openai compatible llm server, so that you don't have to hardcode the base_url='https://api.deepseek.com'
mark
Hi, we have configuration for that but not documented. I will inform you. @onuratakan hi,i have a custom openai compatible url , and i have not found how to configure base_url , could you teach me too?