piktokenn/ChatGPTAPIFree: A simple and open-source proxy API that allows you to access OpenAI's ChatGPT API for free!

PHOTO EMBED

Sat Nov 04 2023 15:41:02 GMT+0000 (Coordinated Universal Time)

Saved by @pikto #bash

curl https://chatgpt-api.shn.hk/v1/ \
  -H 'Content-Type: application/json' \
  -d '{
  "model": "gpt-3.5-turbo",
  "messages": [{"role": "user", "content": "Hello, how are you?"}]
}'
content_copyCOPY

https://github.com/piktokenn/ChatGPTAPIFree