Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AmAzing129 authored Aug 29, 2024
1 parent d830a82 commit 8d135db
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ A React hooks library for building AI-powered apps as simple as possible.

## Features

- [x] Support different language models by vercel [ai](https://github.com/vercel/ai).
- [x] Request status control by [@tanstack/react-query](https://github.com/tanstack/query).
- [x] Build on top of [ai](https://github.com/vercel/ai).
- [x] Manage generating state by [@tanstack/react-query](https://github.com/tanstack/query).
- [x] Schema declaration and validation by [zod](https://github.com/colinhacks/zod)
- [x] Comprehensive type hints.
- [ ] Conversation development out-of-the-box.
- [ ] Support custom AI requests.

## Examples
Tell the hook which model you're using, what the prompt is, stream or not, schema or not, and then get the data generated from AI.

That's simple!

Tell the hook which model you're using, what the prompt is, stream or not, schema or not, and then get the data generated from AI. That's simple!
## Examples

Use AIModelProvider to get the default query client.

Expand Down Expand Up @@ -77,7 +77,7 @@ const {
})
```

Use stream
Use stream.

```js
const {
Expand Down

0 comments on commit 8d135db

Please sign in to comment.