-
Notifications
You must be signed in to change notification settings - Fork 2
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
issue with ollama/ollama-curated.yaml #2
Comments
Thank you for looking at my module and reporting this bug! Whooops - this means that I did not properly distribute the As a workaround, you can download the file from here and then use the following code to load it:
|
I see the files in the distro, but I don't see anything that would cause them to be installed (copied). In the past, I've used File::ShareDir::Install in Makefile.PL to install the file, plus File::ShareDir in the module to locate the installed file. |
Yes, File::ShareDir is what I plan to use |
I installed AI::Ollama::Client on Strawberrry Perl 5.38 and started the Ollama server.
But, when trying to connect to the Ollama server using AI::Ollama::Client
I am getting this error:
Could not open 'ollama/ollama-curated.yaml' for reading: No such file or directory at C:/Dev/Perl/strawberry-perl-5.38.2.2-64bit-portable/perl/site/lib/YAML/PP/Lexer.pm line 141. at C:/Dev/Perl/strawberry-perl-5.38.2.2-64bit-portable/perl/site/lib/YAML/PP/Loader.pm line 94.
The text was updated successfully, but these errors were encountered: