mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-07-31 07:05:02 +00:00
FEAT: Added Fireworks Integration
This commit is contained in:
parent
f1ad995124
commit
a38675b844
@ -115,6 +115,7 @@ class LLMSettings(BaseModel):
|
||||
"mock",
|
||||
"ollama",
|
||||
"gemini",
|
||||
"fireworks"
|
||||
]
|
||||
max_new_tokens: int = Field(
|
||||
256,
|
||||
|
@ -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: ["*"]
|
||||
|
Loading…
Reference in New Issue
Block a user