You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Port from Chat Completions API to Responses API (#292)
* Port to Responses API
* Revert temperature change
* Update async credentials, rm GitHub Models
* Port frontend to be more Responses like, remove unused session state and follow-up Qs
* Hopefully fix the CI and tests
* Use async cred for pg in prod
* Fix CI and mypy
* Exclude 3.10 from macos arm64, they dont work
Copy file name to clipboardExpand all lines: AGENTS.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,3 +8,19 @@ When adding new azd environment variables, update:
8
8
1. infra/main.parameters.json : Add the new parameter with a Bicep-friendly variable name and map to the new environment variable
9
9
1. infra/main.bicep: Add the new Bicep parameter at the top, and add it to the `webAppEnv` object
10
10
1. .github/workflows/azure-dev.yml: Add the new environment variable under `env` section. If it's a @secure variable in main.bicep, it should come from `secrets`, otherwise from `vars`.
11
+
12
+
## Upgrading Python packages
13
+
14
+
1. Update the version constraint in src/backend/pyproject.toml
15
+
16
+
2. Re-compile src/backend/requirements.txt from the src folder:
0 commit comments