-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong type argument: ellama-session, nil #85
Comments
btw, removed the package install from doom, and installed manually so version
and run:
but after restart emacs im not able to call llama any more. (still appear as installed, but the command is not available) |
|
Hi @mberrueta Try to |
not sure why I dint get GH notifications, sorry man is a emacs on the terminal btw, headless linux
|
@mberrueta Unfortunately I have no idea what's the reason of this issue. Can you still reproduce it? |
looks like #144 is the reason of this issue. |
Hello! im using emacs 29 on linux
GNU Emacs 29.2 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0) of 2024-02-27
(With doom if Mathers)Im running Ollama with docker (im able to call by curl without any problem)
I didn't set any config.
So if I run
llama-chat
I getor: Wrong type argument: ellama-session, nil
ellama-get-ollama-local-mode
->process-lines-handling-status: Wrong type argument: stringp, nil
llama-provider-select
->llama2
and thenellama-chat
->File mode specification error: (wrong-type-argument listp keymap)
It seems that there are wrong init things?
The text was updated successfully, but these errors were encountered: