Skip to content

Personal project to learn how chat gpt's api works.

Notifications You must be signed in to change notification settings

emilio-barrera/CGPT-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CGPT-API

Personal project to learn how to use chat gpt's API

Getting Started

Create image:
Clone the repository and then open a terminal pointing to it. Then, run the following command:

docker build -t 'gpt' .

Run the image:
After the image has been built, you should now be able to run it by executing the following command. You will want to mount the repository folder into it so you can work directly into the terminal

docker run --name "gpt" --volume "/path/to/repo/CGPT-API/:/mnt/CGPT-API/" -dt gpt

Access the container's BASH:
Once the image is running you will now be able to access its bash with:

docker exec -ti gpt bash

Once you are in, you can access the repo by changing into the directory

cd /mnt/CGPT-API/

About

Personal project to learn how chat gpt's api works.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages