Skip to content

Commit

Permalink
add requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
madjin committed Dec 17, 2024
1 parent d56a5be commit faafdd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly-summaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install openai
pip install -r requirements.txt
- name: Install Node dependencies
run: npm ci
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
langchain-core>=0.1.0
openai>=1.0.0
langchain-ollama>=0.0.3

0 comments on commit faafdd3

Please sign in to comment.