Open-Assistant
Open-Assistant copied to clipboard
Create a documentation page about how to build a discord bot against our inference backend
- analyze what the web-frontend is doing at the /chat route
- translate that into instructions on how to potentially set up a discord bot
can I work on this issue
@shreesha345 Sure! I have assigned you
thank you I will do that
Now I am confused with some things like where is the Chat response coming from or is there any api?
The inference backend code (Python/FastAPI) being called by the frontend can be found here. I'm not sure if we have API docs deployed anywhere at the moment
ok let me check that out
hi @shreesha345 do you have updates on this?
Yes I am working on the api provides by huggingface so that it will be easy to integrate to discord
Because I have no clue of the api infrastructure which you provided me so I am using huggingface
I'm going to try get inference api docs extracted into docs at some stage in next couple of days in case might help. Need to do it anyway.
Ok will try to understand the code routes of fastapi which he as provided and I will try to make that changes to the discord bot
Hi,
@shreesha345 I found the hosted API description here: https://projects.laion.ai/Open-Assistant/api
@wirthual thanks man I really wanted this one