LLM
Custom LLM
Daily Bots supports any LLM service that complies with OpenAI’s chat completion API format. This includes non-OpenAI models, including Llama, from providers like Groq and SambaNova.
To specify a custom LLM service, set your llm
service to custom_llm
and provide the base_url
of the LLM service in the service_options
object. Here’s a simplified Daily Bots configuration object, showing how to use a custom_llm
service to run an LLM model from SambaNova: