Package Details: binggpt-desktop-bin 0.3.7-1

Git Clone URL: https://aur.archlinux.org/binggpt-desktop-bin.git (read-only, click to copy)
Package Base: binggpt-desktop-bin
Description: Desktop application of new Bing's AI-powered chat
Upstream URL: https://github.com/dice2o/BingGPT
Keywords: bing gpt
Licenses: Apache
Conflicts: binggpt-desktop
Provides: binggpt-desktop
Submitter: xhuohai
Maintainer: xhuohai
Last Packager: xhuohai
Votes: 4
Popularity: 0.35
First Submitted: 2023-03-28 06:08 (UTC)
Last Updated: 2023-08-28 03:49 (UTC)

Latest Comments

xhuohai commented on 2023-08-28 03:52 (UTC)

@joaca_rj I have added the aarch64 package, but I don't have an arm64 device, could you please verify the package?

joaca_rj commented on 2023-08-26 18:55 (UTC)

Could you add aarch64? Installs fine with the arm64 deb and updated checksum on Raspberry pi 4b.

xhuohai commented on 2023-08-12 07:39 (UTC)

@ledom05 Maybe this would help: https://github.com/intel/libva/issues/375#issuecomment-1221296832

ledom05 commented on 2023-08-11 19:26 (UTC)

libva error: /usr/lib/dri/i965_drv_video.so init failed

eduardolucioac commented on 2023-08-01 17:04 (UTC)

To avoid the error...

zstd: /*stdin*\: xz/lzma file cannot be uncompressed (zstd compiled without HAVE_LZMA) -- ignored 

... modify in the "PKGBUILD" file the line...

ar p BingGPT-${pkgver}-linux-x64.deb data.tar.xz | tar --zstd -x

... to...

ar p BingGPT-${pkgver}-linux-x64.deb data.tar.xz | tar -xJ

.

REASON: The package has been replaced with the xz compression format.

TIP: Use the command yay --editmenu -S binggpt-desktop-bin to edit the PKGBUILD file.

Thanks! 🤗

[Ref(s).: https://aur.archlinux.org/packages/yesplaymusic#comment-803228 ]