mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-14 12:00:19 +08:00
unified queueing
This commit is contained in:
@@ -8,6 +8,8 @@ class Settings(pydantic.BaseSettings):
|
||||
redis_port: int = 6379
|
||||
redis_db: int = 0
|
||||
|
||||
allowed_worker_compat_hashes: list[str] = ["distilgpt2"]
|
||||
|
||||
sse_retry_timeout: int = 15000
|
||||
update_alembic: bool = True
|
||||
alembic_retries: int = 5
|
||||
|
||||
Reference in New Issue
Block a user