Is other LLM's support are on the roadmap? can i use ollama with openrouter? #3760
-
|
Im using openrouter to get all llm's api instead of starting an account with each, i want to use it with timesketch |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Timesketch uses a framework-based approach to handle multiple LLM providers. While we support Ollama and Google out of the box, the framework is designed to be extensible. You can easily add a custom provider to make it compatible with OpenRouter. Check out these community-contributed providers for examples: You can also find more details in our configuration docs: |
Beta Was this translation helpful? Give feedback.
Timesketch uses a framework-based approach to handle multiple LLM providers. While we support Ollama and Google out of the box, the framework is designed to be extensible. You can easily add a custom provider to make it compatible with OpenRouter.
Check out these community-contributed providers for examples:
https://github.com/google/timesketch/tree/master/timesketch/lib/llms/providers/contrib
You can also find more details in our configuration docs:
https://timesketch.org/guides/admin/llm-features/