feat: added hyperbolic llm models (#943)

* Added Hyperbolic Models

* Fix: Fixed problem in connecting with hyperbolic models

* added dynamic models for hyperbolic

* removed logs
This commit is contained in:
Arsalaan Ahmed
2024-12-30 23:26:33 +05:30
committed by GitHub
parent 93c2a6e81d
commit e00264236e
5 changed files with 134 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ import OpenAIProvider from './providers/openai';
import PerplexityProvider from './providers/perplexity';
import TogetherProvider from './providers/together';
import XAIProvider from './providers/xai';
import HyperbolicProvider from './providers/hyperbolic';
export {
AnthropicProvider,
@@ -21,6 +22,7 @@ export {
GoogleProvider,
GroqProvider,
HuggingFaceProvider,
HyperbolicProvider,
MistralProvider,
OllamaProvider,
OpenAIProvider,