Giter VIP home page Giter VIP logo

Comments (4)

quantumalchemy avatar quantumalchemy commented on August 17, 2024

looks like there is an endpoint at :3000
but no info .. just installed I will look into this today
maybe same params as the searxng api ? - anyone know ??

from farfalle.

liweibinggithub avatar liweibinggithub commented on August 17, 2024

There is no information about the API found on the official website or code documentation. If the API is not open, it may not be very mature.

from farfalle.

rashadphz avatar rashadphz commented on August 17, 2024

If you self-host it, you can access the API at https://localhost:8000/.

The only endpoint is /chat, this is what the request should look like:

{
  "thread_id": null,
  "query": "Your question here",
  "history": [
    {
      "content": "Previous message",
      "role": "user"
    }
  ],
  "model": "gpt-3.5-turbo",
}

There are currently no plans to support an official API.

from farfalle.

duplaja avatar duplaja commented on August 17, 2024

Came across this as well. I know it's closed as not planned, but would love to see something like it in the future. This is one of the things I currently use Perplexity API for, and would love to be able to use this instead. (on the self hosted version, at least)

from farfalle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.