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,

View File

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