[SKV-3992] Add OPENAI_COMPATIBLE for githubcopilot.com (#3993)

This commit is contained in:
Aaron Perez
2026-02-13 18:29:19 -05:00
committed by GitHub
parent 1263c09aab
commit 3d4192cc38
6 changed files with 121 additions and 56 deletions

View File

@@ -10,10 +10,7 @@ def resolve_backend_env_path(
basename: str = BACKEND_ENV_DEFAULT,
) -> Path:
"""Return the backend env file path inside the current working directory."""
env_path = Path.cwd() / basename
return env_path
return Path.cwd() / basename
def resolve_frontend_env_path() -> Optional[Path]: