You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 🌪️ LLM Tornado - one .NET library to consume OpenAI, Anthropic, Cohere, Azure, and self-hosted APIs.
3
+
# 🌪️ LLM Tornado - one .NET library to consume OpenAI, Anthropic, Cohere, Google, Azure, and self-hosted APIs.
4
4
5
5
Each month at least one new large language model is released. Would it be awesome if using the new model was as easy as switching one argument?
6
6
LLM Tornado acts as an aggregator allowing you to do just that. Think [SearX](https://github.com/searxng/searxng) but for LLMs!
7
7
8
-
OpenAI, Cohere, Anthropic, and Azure are currently supported along with [KoboldCpp](https://github.com/LostRuins/koboldcpp) and [Ollama](https://github.com/ollama/ollama).
8
+
OpenAI, Anthropic, Cohere, Google and Azure are currently supported along with [KoboldCpp](https://github.com/LostRuins/koboldcpp) and [Ollama](https://github.com/ollama/ollama).
9
9
10
10
The following video captures **one conversation**, running across OpenAI, Cohere, and Anthropic, with parallel tools calling & streaming:
11
11
@@ -32,16 +32,18 @@ Switching the vendor is as easy as changing `ChatModel` argument. Tornado instan
0 commit comments