ajnart / homarr

Customizable browser's home page to interact with your homeserver's Docker containers (e.g. Sonarr/Radarr)
https://homarr.dev
MIT License
5.83k stars 268 forks source link

ChatGPT Widget #1406

Open Dustinhoefer opened 11 months ago

Dustinhoefer commented 11 months ago

Description

It would be really cool if there was a widget / side menu where we could use chatGPT Currently there are browser extensions that show a chatGPT integration next to google search results.

Something like this, only for Homarr would be really useful :)

Priority

Medium (Would be very useful)

github-actions[bot] commented 8 months ago

Hello 👋, this issue has been open for 60 without activity. Please close this issue if it's no longer relevant or has been resolved. Still relevant? Simply reply and I'll mark it as active.

voc0der commented 6 months ago

I don't think you even need to make it a widget at first or even at all.

When you use the existing search feature, you can use YouTube, etc. ChatGPT could be part of that list.

It works like any other query search: https://chat.openai.com/?q=some%20initial%20question%20121

Not an expert of homarr codebase, but, could probably modify: https://github.com/ajnart/homarr/blob/dev/src/components/layout/header/Search.tsx

To accomplish this.

ilarramendi commented 2 months ago

@voc0der You can add custom search providers: image Integrating chatgpt into a widget would require using the API, wich is paid, and paid separately from the gpt plus subscription. Using an iframe also dosnt work.