Åsmund
Mmarimo
•Created by Åsmund on 11/10/2024 in #help-support
Debugging / stacktrace in chat application
Thanks, after looking at the ell examples on tool use I was able to setup this: https://static.marimo.app/static/toolusage-diyf
This does multi-step tool usage using a Azure OpenAI deployment. Now off to building something useful with it.
10 replies
Mmarimo
•Created by Åsmund on 11/10/2024 in #help-support
Debugging / stacktrace in chat application
Thanks for your help.
10 replies
Mmarimo
•Created by Åsmund on 11/10/2024 in #help-support
Debugging / stacktrace in chat application
I need to understand this better...., but maybe I don't need the complex chat bot at all. Being new to both Marimo and Ell perhaps I am biting over too much. (I am familiar with Langchain, though).
10 replies
Mmarimo
•Created by Åsmund on 11/10/2024 in #help-support
Debugging / stacktrace in chat application
The code I am running is here: https://static.marimo.app/static/debugchat-3h6f Basically, I am just trying to wrap my head around things. I am running against an Azure openAI private endpoint, and everything works fine, including a chat box without memory. I am trying to add memory to the chat bot, but then I run into some error, which is not unexpected, I am note sure how this would work.
What was frustrating, though, was that I couldn't really understand which line was throwing the error, and was a bit at loss at figuring out how to debug this.
(Looking more into it, it seems the
@ell.simple
gives me memory, but I don't understand how it works...)10 replies