Riley Tomasek
Riley Tomasek
We will want to include more complex examples, as well as examples that show how to obtain an access token.
When you open the sidebar, it is rendered inside of the messages channel, which makes it extremely hard to read your messages. Maybe it could be opened on the right...
I noticed that the generated RSS feed doesn't include the post content, but the library that's being used to generate it supports content. Was this an intentional decision? Would you...
Thanks for creating ky! I used it extensively in my libraries and projects. I'm running into an issue where I'm making a lot of calls in parallel to an API...
This makes it so that the `deepMerge` function can handle merging arrays of tool objects. Resolves #40
The chunks for tool calls aren't properly managed [by `handleUpdate()` in `ChatModel`](https://github.com/dexaai/dexter/blob/16946ac52c494f124f9201d928230e89fdc55e39/src/model/chat.ts#L150-L160).
We should make Sentry an optional dependency and allow it to be passed into the model constructor as @brianbegy suggested [here](https://github.com/dexaai/dexter/pull/38#discussion_r1624432386).