diff options
| author | YurenHao0426 <blackhao0426@gmail.com> | 2026-02-14 02:51:28 +0000 |
|---|---|---|
| committer | YurenHao0426 <blackhao0426@gmail.com> | 2026-02-14 02:51:28 +0000 |
| commit | ded75a5c19ad4aa8dc832fc4c138b68093e22ee8 (patch) | |
| tree | 0027a6aca46136943c50dedc88ac53128a0474d6 /backend | |
| parent | 9170f7dba01c076f1ac1367549095fd69524ba9d (diff) | |
Add README with startup instructions and add google-genai dependency
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/requirements.txt b/backend/requirements.txt index 7260f95..f03fcd2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,6 +3,7 @@ uvicorn pydantic[email] openai google-generativeai +google-genai anthropic python-dotenv httpx |
