Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jybaek authored Oct 8, 2023
1 parent 429a56f commit f06358c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[![Python 3.x](https://img.shields.io/badge/python-3.10-green.svg)](https://www.python.org/downloads/release/python-360/)

![image](https://github.com/jybaek/Hello-ChatGPT/assets/10207709/d92980a9-7f30-470c-850a-2a530a32dc80)

> This is an image created with DALL-E 2. Use it for your Slatbot profile image.
# ChatGPT API with FastAPI
This repository contains implementations that use OpenAI's ChatGPT model.
The basic structure is simple. When a message comes in via Slack, we generate a response via the ChatGPT API.
Expand Down Expand Up @@ -29,7 +33,7 @@ pip install -r requirements.txt
uvicorn app.main:app --reload
```
This command will run the application based on the app object in the main module of the app package.
You can use the --reload option to automatically reload the application when file changes are detected.
You can use the `--reload` option to automatically reload the application when file changes are detected.

## Installation
1. Clone the repository:
Expand Down

0 comments on commit f06358c

Please sign in to comment.