mirror of
https://github.com/PawanOsman/ChatGPT.git
synced 2026-06-02 06:14:25 +02:00
Update README.md
This commit is contained in:
@@ -1,2 +1,20 @@
|
|||||||
# ChatGPT
|
|
||||||
Access ChatGPT API without authentication!
|
# Welcome to ChatGPT API
|
||||||
|
|
||||||
|
**ChatGPT** is a free api to the ChatGPT from OpenAI without Authentication.
|
||||||
|
|
||||||
|
# How to use ChatGPT API?
|
||||||
|
you can use it by sending `HTTP GET` Request to endpoints below:
|
||||||
|
|
||||||
|
| Query | Definition |
|
||||||
|
|--|--|
|
||||||
|
| text | Your Message|
|
||||||
|
| lang | your text language (Default is English) [\[Language Codes\]](https://cloud.google.com/translate/docs/languages) |
|
||||||
|
|
||||||
|
|
||||||
|
GET https://api.pawan.krd/chat/gpt?text=Hello&lang=en
|
||||||
|
|
||||||
|
**Response**
|
||||||
|
You will get json response like this:
|
||||||
|
|
||||||
|
{"status":true,"reply":"chat gpt reply","html":chat gpt reply in html format}
|
||||||
|
|||||||
Reference in New Issue
Block a user