Skip to content

Commit

Permalink
Add Vercel deploy button
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed May 2, 2024
1 parent 4d1f815 commit 53f7a7e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ A quick-start template using the OpenAI [Assistants API](https://platform.openai
<br/>
![openai_assistants_quickstart](https://github.com/openai/openai-assistants-quickstart-internal/assets/25421602/3ea9c3d9-2bc6-410a-a7bf-dcae03cae899)



## Quickstart Setup

### 1. Clone repo
Expand All @@ -32,6 +30,11 @@ npm run dev

### 5. Navigate to [http:https://localhost:3000](http:https://localhost:3000).

## Deployment

You can deploy this project to Vercel or any other platform that supports Next.js.
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fopenai%2Fopenai-assistants-quickstart&env=OPENAI_API_KEY,OPENAI_ASSISTANT_ID&envDescription=API%20Keys%20and%20Instructions&envLink=https%3A%2F%2Fgithub.com%2Fopenai%2Fopenai-assistants-quickstart%2Fblob%2Fmain%2F.env.example)

## Overview

This project is intended to serve as a template for using the Assistants API in Next.js with [streaming](https://platform.openai.com/docs/assistants/overview/step-4-create-a-run), tool use ([code interpreter](https://platform.openai.com/docs/assistants/tools/code-interpreter) and [file search](https://platform.openai.com/docs/assistants/tools/file-search)), and [function calling](https://platform.openai.com/docs/assistants/tools/function-calling). While there are multiple pages to demonstrate each of these capabilities, they all use the same underlying assistant with all capabilities enabled.
Expand Down

0 comments on commit 53f7a7e

Please sign in to comment.