Integration-Automation / ReEdgeGPT

Microsoft's Bing Chat AI
MIT License
163 stars 27 forks source link

docker installation and web api endpoint #134

Closed carefulcomputer closed 4 months ago

carefulcomputer commented 7 months ago

thank you for creating this ! Here is my wishlist

1) can you please share instructions on how I can run it in docker. 2) please consider adding an api endpoint in docker to interact with the re-edge-gpt. That way I can integrate it with my other apps written in nodejs. 3) allow image/document upload

i can understand some of these items may either be in dev or not planned. just wanted to check if you would consider them.

carefulcomputer commented 7 months ago

I already see a dockerfile in the repo and some webpages, does this app already have some of the things I am requesting ?

JE-Chen commented 7 months ago

Yeah but Dockerfile and API docs only have basic chat mode (no options, plugins, etc.)

carefulcomputer commented 7 months ago

got it. i will be eagerly looking for the update. your project is the only one which doesn't require selenium for bing chat and is really fast.

JE-Chen commented 4 months ago

Dockerfile and API endpoint are done.

JE-Chen commented 4 months ago

doc in localhost:7935/docs (http://localhost:7935/docs/) image image image

carefulcomputer commented 4 months ago

Thank you!