WAppAI / assistant

A WhatsApp chatbot that leverages Bing AI's and others LLMs conversational capabilities.
MIT License
92 stars 30 forks source link

Upload images #116

Closed dinushay closed 8 months ago

dinushay commented 1 year ago

Bing has the opportunity to recognize pictures

veigamann commented 1 year ago

There's an open pull request that might add this feature to node-chatgpt-api. If it's approved, we're considering adding it to Sydney. For now, it's not on my immediate list unless that pull request gets merged. While node-chatgpt-api already supports image creation, we haven't brought it into Sydney yet. If you're up for it, we're open to contributions. I will leave this open until that PR gets merged (or not).

veigamann commented 11 months ago

Update: This has been added on commit 3e6bbf7

It's another branch I've been working on lately. A full refactor. Many improvements. There's no audio transcription there yet, but it's being worked on atm.

I'd encourage you to switch branches and give it a try, however, since it's not merged into the master branch yet, don't expect much support for new issues. All feedback is appreciated.

If you decide to give it a try, switch to pnpm-refactor, make sure you're on the latest commit, then run pnpm generate and pnpm start. Also take a good look at your .env properly before starting.