8000 GitHub - darkmash-org/PublicGPTService: PublicGPTService || Free GPT3 API || Darkmash
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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)

About

PublicGPTService || Free GPT3 API || Darkmash

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages

0