Client
Server
Database
DevOps
- Adding OpenAI API Key
- Chat Completion
Color | Hex |
---|---|
Primary Color | #E4D9F5 |
Secondary Color | #0C001F |
Accent Color | #ECF0F1 |
Text Color | #0C001F |
To run this project, you will need to add the following environment variables to your .env file
API_KEY
ANOTHER_API_KEY
This project uses Python/pip as package manager
python -m pip install
Clone the project
git clone https://github.com/NoNameNo1F/Chatbot-with-OpenAI-API.git
Go to the project directory
cd my-project
Install requirements
pip install -r requirements.txt
Start the Flask server
python ./src/app.py
To deploy this project run
xxx
Use OpenAI API Key to run it locally
- Input Valid OpenAI API Key to use
- Chat Completion model only
- Image generator
- Speech to text
- Fine-Tuning
- Chat with PDF SoftwareEngineering File
- Responsive UI
- Chat with URL, docx, txt,..
Contributions are always welcome!
See contributing.md
for ways to get started.
Please read the Code of Conduct
-
Question 1
- Answer 1
-
Question 2
- Answer 2
Distributed under the no License. See LICENSE.txt for more information.
Vu Nguyen - @Linkedin - vunguyennamcao@gmail.com
Project Link: https://github.com/NoNameNo1F/Chatbot-with-OpenAI-API
Use this section to mention useful resources and libraries that you have used in your projects.