Skip to content

vuluu2k/chat_gpt_service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHAT GPT SERVICE

Project is a bot GPT for build learning path. You can use AI bot of Open AI build some your favorite

Prerequisites

Before you continue, ensure you meet the following requirements:

  • You have installed the version 3.11 of python.
  • You are using a Linux or Mac OS machine. Windows with wsl or docker.
  • You have a basic understanding of python, fastapi, chatgpt, g4f.

Development with venv

  1. Install python version 3.11 (recommend 3.11.6)

  2. Run script create venv

python3.11 -m venv venv
  1. Active venv
# activate
source ./venv/bin/activate
# deactivate
deactivate
  1. Run app
make dev

Development with docker

  1. Build docker and library
make build
  1. Run app
make run

Contact

Vũ Lưu