Skip to content

pertft/gpt3-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpt3-chatbot

Setup

  • python -m venv env
  • activate env
  • pip install -r requirement.txt

Delete files and Finetune

curl https://api.openai.com/v1/files/\<FILE> -X DELETE -H 'Authorization: Bearer <API KEY>'

curl https://api.openai.com/v1/fine-tunes -X POST -H "Content-Type: application/json" -H "Authorization: Bearer <API KEY>" -d '{"training_file": "<FILE>"}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published