-
### Describe the bug
Im sure its not a bug, but I dont understand why I cant get the environment variables to work.
1. I cloned the repo
2. I mv .env.example .env.local
3. edited it and populate…
-
Currently, the Ollama client does not support tools (cf. https://github.com/lmos-ai/arc/blob/main/arc-ollama-client/src/main/kotlin/OllamaClient.kt#L94). Ollama itself, in principle, supports tools, n…
-
Hiya,
i've been using Kiln for a bit with a supplied OpenAi Key.
But we all know that Cloud services are expensive and not very customizeable.
Hence why i'd have hoped for more Local support.
…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Describe the bug and reproduction steps
1. Use Docker command (with WSL) for setup for 0.14 with the p…
-
Hi,
I'm trying to deploy some models using the operator, but I'm facing some naming issues if these models contain dots or invalid caracters for kubernetes spec.metadata.name. Some examples:
####…
-
Hi,
Thank you so much for such a user-friendly extension, I just discovered it and I had to play a bit with the settings to get it to work with my Ollama instance. It isn't available at localhost:1…
-
Hi, awesome project!
I'm on the doorstep of my first query, but I'm stuck.
This is the Ollama server API endpoint:
```bash
curl http://10.4.0.100:33821/api/version
{"version":"0.4.2"}
```
T…
-
Here is a trace from my Intel Arc A770 via Docker:
```
$ ollama run deepseek-coder-v2
>>> write fizzbuzz
"""""""""""""""""""""""""""""""
```
And here is an trace from Arch linux running on …
-
**Describe the bug**
I am using [ollamazure](https://github.com/sinedied/ollamazure), which simulates the Azure OpenAI API (using Ollama). It works with all the tools I use except Promptfoo. When a…
-
Excuse me. Here is my a piece of code:
```Python
extraction_strategy = LLMExtractionStrategy(
provider='ollama_chat/qwen2.5-coder',
url_base="http://localhost:11434",
…