diff --git a/frontend/src/components/thread/chat-input/custom-model-dialog.tsx b/frontend/src/components/thread/chat-input/custom-model-dialog.tsx index 16bfc7e2..53051a81 100644 --- a/frontend/src/components/thread/chat-input/custom-model-dialog.tsx +++ b/frontend/src/components/thread/chat-input/custom-model-dialog.tsx @@ -77,7 +77,7 @@ export const CustomModelDialog: React.FC = ({ {mode === 'add' ? 'Add Custom Model' : 'Edit Custom Model'} - Kortix Suna uses LiteLLM under the hood, which makes it compatible with over 100 models. You can easily choose any OpenRouter model by prefixing it with openrouter/ and it should work out of the box. If you want to use other models besides OpenRouter, you might have to modify the llm.py, set the correct environment variables, and rebuild your self-hosted Docker container. + Kortix Suna uses LiteLLM under the hood, which makes it compatible with over 100 models. You can easily choose any OpenRouter model by prefixing it with openrouter/ and it should work out of the box. If you want to use other models besides OpenRouter, you might have to modify the llm.py, set the correct environment variables, and rebuild your self-hosted Docker container.