We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfd088 commit de330a6Copy full SHA for de330a6
sebastian/controllers/chat_controller.py
@@ -29,7 +29,8 @@ async def chat_with_text(
29
status_code=status.HTTP_404_NOT_FOUND,
30
detail="Language required."
31
)
32
- print(memory.meta_data["memories"])
+ print(response)
33
+ print(memory)
34
return {
35
"response": response,
36
"memory": memory
@@ -54,6 +55,8 @@ async def chat_with_audio(
54
55
56
57
58
59
60
61
62
0 commit comments