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

https://github.com/ricomeetsworld/chat

An iMessage-like interface using the ChatGPT 3.5 Turbo model.
https://github.com/ricomeetsworld/chat

chatgpt3 openai vercel

Last synced: about 1 year ago
JSON representation

An iMessage-like interface using the ChatGPT 3.5 Turbo model.

Awesome Lists containing this project

README

          

# Chat

This example shows how to use the [Vercel AI SDK](https://sdk.vercel.ai/docs) with [Next.js](https://nextjs.org/) and [OpenAI](https://openai.com) to create a ChatGPT-like AI-powered streaming chat bot.

chat demo

## Deploy your own

Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=ai-sdk-example):

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvercel-labs%2Fai%2Ftree%2Fmain%2Fexamples%2Fnext-openai&env=OPENAI_API_KEY&envDescription=OpenAI%20API%20Key&envLink=https%3A%2F%2Fplatform.openai.com%2Faccount%2Fapi-keys&project-name=vercel-ai-chat-openai&repository-name=vercel-ai-chat-openai)