Skip to content

Commit

Permalink
Update requirements.txt, Makefile and format app.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuyib committed Dec 4, 2024
1 parent 018f939 commit 4ad099f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ docstring: activate

format: activate
# format code
$(PYTHON) black utils/*.py *.py
black utils/*.py *.py

clean:
# clean directory of cache
Expand Down
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
},
]


@with_langtrace_root_span()
async def process_user_message(message: str, history: list) -> str:
"""
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
africastalking==1.2.8
black==24.8.0
pylint==3.2.6
ipython==8.26.0
ipython==8.30.0
ollama==0.3.3
black==24.8.0
pyment==0.3.3
codecarbon==2.7.1
gradio==5.5.0
gradio==5.7.1
duckduckgo_search==6.3.2
langtrace-python-sdk==3.3.12
setuptools==75.6.0

0 comments on commit 4ad099f

Please sign in to comment.