Skip to content

Commit

Permalink
chore: readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rfigueroa-truelogic committed Oct 17, 2023
1 parent 9788f40 commit aa92988
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

run vercel AI package on react native, expo, web and universal apps.

Currently React Native fetch API does not support streaming which is used as a default on Vercel AI. This package enables you to still use AI library on React Native. On mobile you get back responses without streaming with the same API of `useChat` and `useCompletion` and on web it will fallback to `ai/react`
Currently React Native fetch API does not support streaming which is used as a default on Vercel AI. This package enables you to use AI library on React Native but the best usage is when used on Expo universal native apps.

On mobile you get back responses without streaming with the same API of `useChat` and `useCompletion` and on web it will fallback to `ai/react`

## Installation

Expand Down

0 comments on commit aa92988

Please sign in to comment.