FEAT: Added Fireworks Integration

This commit is contained in:
Somashekar B R 2024-09-20 14:15:34 +05:30
parent f1ad995124
commit a38675b844
2 changed files with 2 additions and 1 deletions

View file

@ -115,6 +115,7 @@ class LLMSettings(BaseModel):
"mock",
"ollama",
"gemini",
"fireworks"
]
max_new_tokens: int = Field(
256,