How to connect to internally hosted GENAI model while using crewai instead of openapi

Hi , We have an internally hosted GENAI platform in our company through which we connect to OpenAI models. I want to use crewai through this internal platform.
Is there any way we can customize the request sent by crewai module , to be able to send the request to an internal url with specified headers and token in order to get the response from genai model.

Hi @pranutha,

I believe there’s a way you can do that. Please go through the crewai documentation on Connect to any LLM where these instructions are available.

Best,
Mubsi

1 Like