Hannah

Results 3 issues of Hannah

When trying to chat with any LLM while any tool is enabled it instantly responds with: `{"message":"An unexpected error occurred"}` ![image](https://github.com/mckaywrigley/chatbot-ui/assets/24570687/00b0240d-2b00-4b8a-a30b-d218aeea0a8f) ![image](https://github.com/mckaywrigley/chatbot-ui/assets/24570687/1ac721b4-a312-4bbc-8e30-ae73eac659e4)

Adds two things: 1. **Custom-Headers:** Adds support for custom headers for api calls (for authentication etc.) 2. **Request type:** Most api's want the request to be contained in the request...

The maximum length of API calls when using tools seems to be only 5s in the hosted version, I believe it's related to this issue: https://stackoverflow.com/questions/68771480/nextjs-vercel-504-error-function-invocation-timeout This is the exact...