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", "mock",
"ollama", "ollama",
"gemini", "gemini",
"fireworks"
] ]
max_new_tokens: int = Field( max_new_tokens: int = Field(
256, 256,

View File

@ -3,7 +3,7 @@
# Syntax in `private_pgt/settings/settings.py` # Syntax in `private_pgt/settings/settings.py`
server: server:
env_name: ${APP_ENV:prod} env_name: ${APP_ENV:prod}
port: ${PORT:8001} port: ${PORT:8002}
cors: cors:
enabled: true enabled: true
allow_origins: ["*"] allow_origins: ["*"]