独立 copilot 服务
This commit is contained in:
@@ -62,10 +62,6 @@ class Settings(BaseSettings):
|
||||
KEYCLOAK_ALGORITHM: str = "RS256"
|
||||
KEYCLOAK_AUDIENCE: str = ""
|
||||
|
||||
# Copilot Sidecar
|
||||
COPILOT_SIDECAR_URL: str = "http://127.0.0.1:8787"
|
||||
COPILOT_STREAM_TIMEOUT_SECONDS: int = 120
|
||||
|
||||
@property
|
||||
def SQLALCHEMY_DATABASE_URI(self) -> str:
|
||||
db_password = quote_plus(self.DB_PASSWORD)
|
||||
|
||||
Reference in New Issue
Block a user