Skip to content

Commit

Permalink
add chainlit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lfunderburk committed Jan 9, 2025
1 parent 9b1bd66 commit 7627373
Show file tree
Hide file tree
Showing 5 changed files with 1,106 additions and 46 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ dependencies = [
"matplotlib",
"langchain",
"langchain-openai",
"numpy<2"
"numpy<2",
"chainlit==2.0.0"
]

[build-system]
Expand Down
Loading

0 comments on commit 7627373

Please sign in to comment.