Amm1rr / WebAI-to-API

Claude, Gemini to API : ) (Don't need API KEY)
MIT License
229 stars 41 forks source link

Mistypes in README.MD #10

Closed johnd0e closed 1 year ago

johnd0e commented 1 year ago
  1. http://128.0.0.1:8000 Perhaps should be http://127.0.0.1:8000 or http://localhost:8000
  2. # Input:
    _____
    
    {
      "session_id": "session-ID",
      "message": "Hi, Who are you?",
      "stream": True
    }

    It is not clear whether it is python source or json. (For json should br "stream": true)

Amm1rr commented 1 year ago

Readme and instructions have been updated to be more clear.