Jonathan Yankovich

Results 35 issues of Jonathan Yankovich

### Describe the bug Can't install on Ubuntu using conda w/ requirements.txt: Clean system w/ Miniconda3 ``` $ conda install --file requirements.txt CondaValueError: could not parse 'https://github.com/abetlen/llama-cpp-python/releases/download/v0.1.34/llama_cpp_python-0.1.34-cp310-cp310-win_amd64.whl; platform_system == "Windows"'...

bug

**Description** Right now, the internal extension api supports intercepting a message going from the user to the chat engine, and from the chat engine going to the user. This means...

enhancement

Please close this if it's off-topic or ill informed. LocalAI seems to be focused on providing an OpenAI-compatible API for models running via CPU, (llama.cpp, ggml). I was excited about...

help wanted

On a relatively clean MacOS system, 1) Followed instructions to install uv, bin, pip requirements, etc 2) Started python server 3) Started web server When using the web page, the...

Related to **https://github.com/royto/logbook-card/issues/13** HA's native logbook card has support for multiple entities. However, it lacks the ability to select a set of entities based on some attribute, like "All motion...

Hello, I'm trying to find information on the pinouts for the Trigorilla Pro A 1.0.4 which is used in the Kobra and Kobra Max. Do you have any information that...

While working on a workaround for next-ls's inability to ignore credo.exs, described in #288, I accidentally saved my `.credo.exs` file with a syntax error. Upon launching vs-code with elixir-tools enabled,...

This is not exactly an issue, and Boy, it would be nice to know if this is possible before attempting to implement.

kdmny, I'm a bit of a Git noob but I'm interested in running Redmine on Heroku... Using this project seems like the right route, but it looks like it may...

It's relatively common, especially among the local-first nerds, to use a local API server for OpenAI requests. Text-generation-webui is probably the most popular open-source LLM server package, and supports the...