Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rfigueroa-truelogic committed Oct 18, 2023
1 parent 2074586 commit 895d869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const { messages, input, handleInputChange, handleSubmit, data, isLoading } =

Setup your responses depending of weather the request is coming from native mobile or the web.

Follow normal AI library flows for web and for native mobile skip the `OpenAIStream` part and return a response that has the latest message. eg: `response.choices[0].message `
Follow normal AI library flows for web and for native mobile skip the `OpenAIStream` part and return a response that has the latest message.

```js
// /api/chat
Expand Down

0 comments on commit 895d869

Please sign in to comment.