Skip to content

Commit

Permalink
Read OpenSearch and Azure OpenAI configs from Secrets Manager
Browse files Browse the repository at this point in the history
Write API Token and Base URL to Secrets Manager
  • Loading branch information
mbklein committed Nov 7, 2024
1 parent 99fa4bf commit cc2f417
Show file tree
Hide file tree
Showing 14 changed files with 3,807 additions and 319 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ style-python: deps-python
style-python-fix: deps-python
cd chat && ruff check --fix .
test-python: deps-python
cd chat && SKIP_LLM_REQUEST=True PYTHONPATH=src:test python -m unittest discover -v
cd chat && __SKIP_SECRETS__=true SKIP_LLM_REQUEST=True PYTHONPATH=src:test python -m unittest discover -v
python-version:
cd chat && python --version
build: .aws-sam/build.toml
Expand Down
Loading

0 comments on commit cc2f417

Please sign in to comment.