Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.
Yoake edited this page Apr 29, 2023 · 4 revisions

Welcome to the EdgeGPT-http wiki!

Usage:

How to communicate with EdgeGPT?

Post to url/chat with a json data like the following:
(url likes "127.0.0.1")

{
  "name": "test",
  "style": "bing-c",
  "question": "hello bing"
}

bing-c means creativestyle,EdgeGPT also has bing-b(balance) and bing-p(precise)

How to query someone's history of conversation?

Get url/search/{name},input the name behind search

How to fetch a answer fastly?

Get url/query/{question},input the question behind query