Package Details: alpaca-ai 4.0.1-1

Git Clone URL: https://aur.archlinux.org/alpaca-ai.git (read-only, click to copy)
Package Base: alpaca-ai
Description: Alpaca is an Ollama client where you can manage and chat with multiple models, Alpaca provides an easy and begginer friendly way of interacting with local AI, everything is open source and powered by Ollama.
Upstream URL: https://github.com/Jeffser/alpaca
Keywords: ai alpaca gpt gptchat
Licenses: GPL-3.0-only
Submitter: radiolin
Maintainer: radiolin
Last Packager: radiolin
Votes: 6
Popularity: 2.22
First Submitted: 2024-09-01 20:50 (UTC)
Last Updated: 2025-02-04 16:13 (UTC)

Latest Comments

Mattyan commented on 2025-02-05 15:10 (UTC) (edited on 2025-02-08 14:58 (UTC) by Mattyan)

This AUR version produces nonsense and broken text using either the integrated or a local Ollama instance, running any model, while the flatpak version works as expected. Example (running llama3.2:3b): - Can you write a story? - I'd be happy to write a story for you. Here remember. But as she wandered the island's paths, she began to realize that she was alone. There were had lost. And then, onides were low and the stars sh ear – a voice that seemed to. "Lena looked no one Running from terminal only gives some gtk related warnings and a gtk critical: gtk_text_buffer_insert: assertion 'gtk_text_iter_get_buffer (iter) == buffer' failed EDIT: after discovering that the generation is correct if I minimize the window as soon as possible, I found out that the problem happens while running it in a Wayland session, I don't know why exactly. Forcing X11 backend makes it work as it should GDK_BACKEND=x11 alpaca

PolGZ commented on 2025-02-03 13:24 (UTC)

Could it be missing a dependencie?

Traceback (most recent call last):
  File "/usr/bin/alpaca", line 45, in <module>
    from alpaca import main
  File "/usr/share/Alpaca/alpaca/main.py", line 28, in <module>
    from .window import AlpacaWindow
  File "/usr/share/Alpaca/alpaca/window.py", line 38, in <module>
    from .custom_widgets import message_widget, chat_widget, terminal_widget, dialog_widget, model_manager_widget
  File "/usr/share/Alpaca/alpaca/custom_widgets/message_widget.py", line 11, in <module>
    import matplotlib
ModuleNotFoundError: No module named 'matplotlib'

After installing python-matplotlib it worked fine.

aseoista commented on 2025-02-03 08:41 (UTC)

Missing dependency for libspelling

radiolin commented on 2025-01-11 21:14 (UTC)

At the moment, I can't update the version to 3.2.0 because it freezes.

muziknavi commented on 2024-12-10 08:00 (UTC)

Probably needs update pydbus > python-pydbus

schneensch commented on 2024-11-09 02:21 (UTC)

There is a missing dependency for python-pillow

aseoista commented on 2024-10-14 15:43 (UTC)

I think the dependency vte4 is missing

radiolin commented on 2024-09-20 22:10 (UTC)

sps

darazaki commented on 2024-09-15 18:08 (UTC)

Hi! You're missing a dependency on gtksourceview5, I got the following error before installing that missing package:

Traceback (most recent call last):
  File "/usr/bin/alpaca", line 45, in <module>
    from alpaca import main
  File "/usr/share/Alpaca/alpaca/main.py", line 28, in <module>
    from .window import AlpacaWindow
  File "/usr/share/Alpaca/alpaca/window.py", line 29, in <module>
    gi.require_version('GtkSource', '5')
  File "/usr/lib/python3.12/site-packages/gi/__init__.py", line 125, in require_version
    raise ValueError('Namespace %s not available for version %s' %
ValueError: Namespace GtkSource not available for version 5

Thanks for maintaining this alpaca-ai package :)