Skip to content

Commit

Permalink
working setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Michalsky committed Mar 26, 2024
1 parent 8c043fe commit 1e481e7
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 2 deletions.
71 changes: 70 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pytest-cov = "^4.1.0"
pytest-asyncio = "^0.23.1"
langchain-openai = "0.0.2"
tokenizers = "^0.15.2"
boto3 = "^1.34.70"

[tool.poetry.group.dev.dependencies]
black = "^23.11.0"
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ tiktoken>=0.5.2
pydantic>=2.5.2
litellm>=1.10.2
ipykernel>=6.27.1
langchain-openai==0.0.2
langchain-openai==0.0.2
boto3

0 comments on commit 1e481e7

Please sign in to comment.