Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dvc890
/
go-chatgpt-api
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
26de409
go-chatgpt-api
/
example
/
platform.http
dvc890
Upload 25 files
36a4021
almost 2 years ago
raw
Copy download link
history
blame
Safe
147 Bytes
### login
POST http://127.0.0.1:8080/platform/login
Content-Type
:
application/json
{
"username": "{{username}}",
"password": "{{password}}"
}