独立 copilot 服务

This commit is contained in:
2026-03-27 13:52:12 +08:00
parent 0196206ed3
commit 93cbd7e7b3
58 changed files with 9 additions and 3380 deletions
-4
View File
@@ -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)