Alexey Zaytsev
Alexey Zaytsev
Let's say I have a table for some objects. In my code, I want to manipulate the objects, create new ones, etc. If I don't define a custom interface for...
@usoonees I tried this approach for my project, don't think this is the way to go, there are too many corner-cases. I think we should write a replacement for `remark-math`...
For example: - LLMs that use the bracket syntax will not escape $ in text, so `$100 to $200` will be seen as a formula. - LLMs will produce `\[...
@xsayedmahmud They all provide an openai-compatible API for chat, no need to add them explicitly, just set the base URL.
I'm only using the server-side stuff, and don't see any issues. @lgrammel Could you please bump the dependency for @ai to include v5, and keep the ui at v4 until...
Sorry, Andrey. Did not mean to ping you. :)
Add `force=true` to .npmrc in the project directory to skip version checks. At least the stuff from `@ai-sdk/` and `streamText` from `ai` just work. @lgrammel Please bump the version for...