Spaces:
Building
Building
Update config_provider.py
Browse files- config_provider.py +1 -0
config_provider.py
CHANGED
@@ -16,6 +16,7 @@ class GlobalConfig(BaseModel):
|
|
16 |
work_mode: str = Field("hfcloud", pattern=r"^(hfcloud|cloud|on-premise)$")
|
17 |
cloud_token: Optional[str] = None
|
18 |
spark_endpoint: HttpUrl
|
|
|
19 |
users: List["UserConfig"] = []
|
20 |
|
21 |
def get_plain_token(self) -> Optional[str]:
|
|
|
16 |
work_mode: str = Field("hfcloud", pattern=r"^(hfcloud|cloud|on-premise)$")
|
17 |
cloud_token: Optional[str] = None
|
18 |
spark_endpoint: HttpUrl
|
19 |
+
internal_prompt: Optional[str] = None # Yeni alan
|
20 |
users: List["UserConfig"] = []
|
21 |
|
22 |
def get_plain_token(self) -> Optional[str]:
|