Replies: 3 comments
-
|
Here's a starting point {
"$schema": "https://charm.land/crush.json",
"providers": {
"Ollama": {
"type": "openai",
"base_url": "http://localhost:11434/v1",
"models": [
{
"id": "qwen3:8b",
"name": "Qwen3 8b"
}
]
}
}
} |
Beta Was this translation helpful? Give feedback.
-
|
This is working for me with llama.cpp llama-server. Is there a way to specify an embedding endpoint? |
Beta Was this translation helpful? Give feedback.
-
|
got this working with llama-server: ``` cat ~/.local/share/crush/crush.json |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to use crush with ollama, I have a robust installation and I would like to use qwen3 with it? any suggestions, or could this be a feature in the future?
Beta Was this translation helpful? Give feedback.
All reactions