Skip to content

darkmash-org/PublicGPTService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PublicGPTService

PublicGPTService || Free GPT3 API || Darkmash

Public GPT API ~ by darkmash

V 1.0.0

/generate [Get] - > generate reply,

You can pass in the prompt in
the prompt header..
And you get json response.. Like :

  {
  "return" : "[gpt's response]"
  }

Using curl :

  curl -i -H "Accept: application/json" -H "prompt: [what you wanna ask]"  https://main--publicgptservice.repl.co/generate

To run localy

git clone https://github.com/darkmash-org/PublicGPTService.git
cd PublicGPTService
python main.py # use python3 if python is python2 (the code only work on python3)

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages