llm: add Requesty provider, improve message builder, wire bundles
Nightly Build / build (push) Successful in 6m43s

This commit is contained in:
2026-07-22 20:50:31 +01:00
parent 8befab4237
commit 0156bf6814
5 changed files with 247 additions and 10 deletions
+1
View File
@@ -64,6 +64,7 @@ impl Models {
provider_registry.register_builtin(crate::llm::providers::openai::OpenAiProvider);
provider_registry.register_builtin(crate::llm::providers::anthropic::AnthropicProvider::new());
provider_registry.register_builtin(crate::llm::providers::openrouter::OpenRouterProvider::new());
provider_registry.register_builtin(crate::llm::providers::requesty::RequestyProvider::new());
provider_registry.register_builtin(crate::llm::providers::ollama::OllamaProvider::new());
// OpenAI-compatible providers are runtime data (providers.yaml), not code.
for p in crate::llm::providers::declared::load(std::path::Path::new(