https://github.com/danicunhac/ai-assistant-server
Python AI Chatbot
https://github.com/danicunhac/ai-assistant-server
ai fastapi openai python
Last synced: 5 months ago
JSON representation
Python AI Chatbot
- Host: GitHub
- URL: https://github.com/danicunhac/ai-assistant-server
- Owner: danicunhac
- Created: 2024-09-12T01:45:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T01:44:06.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T21:49:31.588Z (over 1 year ago)
- Topics: ai, fastapi, openai, python
- Language: Python
- Homepage: https://ai-assistant-server-omega.vercel.app
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
In order to get the project running, make sure you have python installed and install the required packages:
```bash
$ pip install -r requirements.txt
```
Create a `.env` file from `.env.example` and add your `OPENAI_API_KEY`:
```
$ cp .env.example .env
```
Secondly, run the development server:
```bash
$ fastapi dev main.py
```
Happy hacking!