ChatGPTNextWeb / ChatGPT-Next-Web

A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。
https://app.nextchat.dev/
MIT License
75.46k stars 58.86k forks source link

[Feature] Allow the chatbot to interact with local files #3734

Open Athenaailabs opened 9 months ago

Athenaailabs commented 9 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] The chatgpt4 allow upload and interact with local files https://community.openai.com/t/where-does-file-upload-store-the-file/12153. Can we add that feature?

Describe the solution you'd like A clear and concise description of what you want to happen. Either by API to interact with local files, or UI to upload multiple files Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

H0llyW00dzZ commented 9 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] The chatgpt4 allow upload and interact with local files https://community.openai.com/t/where-does-file-upload-store-the-file/12153. Can we add that feature?

Describe the solution you'd like A clear and concise description of what you want to happen. Either by API to interact with local files, or UI to upload multiple files Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

currently it's not possible, unless you have to convert it into a text because in openai allow the chatbot to interact with local files, that only for assistant mode and its too much expensive a method because you have to upload it again into their sandboxes storage

H0llyW00dzZ commented 9 months ago

unlike gemini-pro still easy and cheap even have to convert it into a text because there is lot's method, since gemini-pro already have SDK in golang :v