-
### What is the issue?
I have repeatedly installed and uninstalled ollama and searched for some advice regarding
"Warning: could not connect to a running Ollama instance" for windows 10 but I have …
-
### Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue](ht…
-
Hi,
I'm trying to use ollama-js in a vite.js project.
What I did:
initialize a new vite.js project:
`npm create vite@latest`
`Project name: test-ollama`
Selected: Vanilla
`Select a variant: Jav…
-
### Check for existing issues
- [X] Completed
### Describe the feature
After going through: https://zed.dev/docs/completions
Zed currently supports completions via external LLM APIs like GitHub …
-
IMAGE SYNC
-
''ipex-llm[cpp]==2.5.0b20240527 is consistent with [v0.1.34] of ollama.
Our current version is consistent with [v0.1.39] of ollama.''
Is it possible to update supported ollama version to 0.3.x?
-
I am wondering where I should get started trying to debug aider composer. I am attempting to use Ollama. From what I can gather it can send messages to the facade server, but there does not appear to …
-
im trying to run the server but when i start it i get the following error:
> auto-shorts@0.2.0 start-server
> tsc && node dist/cli.js --server
src/cli.ts:529:26 - error TS2869: Right operand of…
-
Running my WebApp on my machine works.
```
import ollama from "ollama/browser"
ollama.list().then(...)
// => http:127.0.0.1:11434/api/tags
```
Running it from my web host does not work
…
Dinkh updated
3 weeks ago
-
My ollama instance is running within my network at https://ollama.foo.com, but your pgrep check prevents me from using it becuause it assume the ollama instance is a local process. Can you check for o…