mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-08-08 10:57:48 +00:00
FEAT: Added Fireworks Integration
This commit is contained in:
parent
f1ad995124
commit
a38675b844
@ -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,
|
||||||
|
@ -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: ["*"]
|
||||||
|
Loading…
Reference in New Issue
Block a user