mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-29 16:30:24 +08:00
Merge branch 'main' into simple-text-frontend
This commit is contained in:
@@ -10,7 +10,6 @@ class ServiceClient(SQLModel, table=True):
|
||||
name: str
|
||||
api_key: str
|
||||
service_admin_email: Optional[str] = None
|
||||
api_key: str
|
||||
can_append: bool = True
|
||||
can_write: bool = False
|
||||
can_delete: bool = False
|
||||
|
||||
Reference in New Issue
Block a user