An open API service indexing awesome lists of open source software.

https://github.com/kodehort/ai-sdk-solid

This is a community port of the deprecated @ai-sdk/solid package.
https://github.com/kodehort/ai-sdk-solid

ai-sdk javascript solid-js solid-start solidjs solidjs-hooks solidstart typescript

Last synced: 13 days ago
JSON representation

This is a community port of the deprecated @ai-sdk/solid package.

Awesome Lists containing this project

README

          

# AI SDK SolidJS Provider

This is a community port of the deprecated [@ai-sdk/solid](https://github.com/vercel/ai/tree/%40ai-sdk/solid%401.2.13/packages/solid) package.

[Solid.js](https://www.solidjs.com/) UI components for the [AI SDK](https://ai-sdk.dev/docs/introduction):

- useChat hook
- useCompletion hook
- useObject hook

## Examples

[Examples](./examples) for each component:

- [useChat](./examples/useChat.tsx)
- [useCompletion](./examples/useCompletion.tsx)
- [useObject](./examples/useObject.tsx)