Kelden
Kelden
I copied the ReadMe for running in the browser, and below is the code in my .js file: `kuroshiro.init(new KuromojiAnalyzer({ dictPath: "/dict" })) .then(function () { return kuroshiro.convert("手を繋ご", { to:...
## Context I'm using alpaca.7b on M1 MacBook Pro 32GB ram. I'm trying to get "ChatGPT" like instructions following interactive mode. ## The Issue I tried passing in `interactive: true`...
Clearing out old messages and managing chat history can be a hassle, so I added convenient buttons to make it easier. In addition, I improved the styling of the buttons...
Clearing out old messages and managing chat history can be a hassle, so I added convenient buttons to make it easier. In addition, I improved the styling of the buttons...
Some quality-of-life improvements for the prompt templating. ## Changes **Prompts templates are now grouped by type** - Templates will now grouped based on the file name, so `promptTitle-type.txt` groups `promptTitle`...
_NOTE: This includes https://github.com/cocktailpeanut/dalai/pull/202 (Delete/Clear messages) and https://github.com/cocktailpeanut/dalai/pull/237 (Prompt QoL improvements) changes. If the line count here is too big, we can merge those first and then merge this one._...
The chat completion api specifically in fastapi wasn't doing a very consistent job in completing chat. The results seem to consistently generate gibberish (like `\nA\n/imagine prompt: User is asking about...
Adopting similar approach to what is already in chatbot-ui (see https://github.com/mckaywrigley/chatbot-ui/pull/152/files). This gives a lot of flexibility and allows for out-of-the-box compatibility for llama-based API wrappers like https://github.com/keldenl/gpt-llama.cpp!
I somehow got llama 3 in a message loop after i said 'What', it somehow got to `user` before activating message mode? and then it started talking to itself (which...
Was wondering if it was possible to pass in a callback function (similar to `send_message_to_user_callback`) to `FunctionCallingAgent` that fires whenever a tool is used? My use case is that I...