Skip to content

Workshop 1

Plai edited this page Aug 12, 2024 · 3 revisions

Let's build a simple chatbot

Generate a API token from OpenAI's dashboard and set it to the OPENAI_API_KEY variable in .env.

Make sure you are on the branch main.

Then, run the following command to start the chatbot UI.

fastapi dev chatbot

Now, try the chatbot at http://localhost:8000.

Clone this wiki locally