We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018f939 commit 4ad099fCopy full SHA for 4ad099f
Makefile
@@ -43,7 +43,7 @@ docstring: activate
43
44
format: activate
45
# format code
46
- $(PYTHON) black utils/*.py *.py
+ black utils/*.py *.py
47
48
clean:
49
# clean directory of cache
app.py
@@ -133,6 +133,7 @@
133
},
134
]
135
136
+
137
@with_langtrace_root_span()
138
async def process_user_message(message: str, history: list) -> str:
139
"""
requirements.txt
@@ -1,12 +1,12 @@
1
africastalking==1.2.8
2
black==24.8.0
3
pylint==3.2.6
4
-ipython==8.26.0
+ipython==8.30.0
5
ollama==0.3.3
6
7
pyment==0.3.3
8
codecarbon==2.7.1
9
-gradio==5.5.0
+gradio==5.7.1
10
duckduckgo_search==6.3.2
11
langtrace-python-sdk==3.3.12
12
setuptools==75.6.0
0 commit comments