How to connect local models? #775
Replies: 6 comments
-
|
I don't see this issue with just released crush 0.5.0 |
Beta Was this translation helpful? Give feedback.
-
crush 0.5.0 and a cant select ollama models. |
Beta Was this translation helpful? Give feedback.
-
take my file and test it and u will see |
Beta Was this translation helpful? Give feedback.
-
I did. It does not happen with crush 0.5.0 - update to latest |
Beta Was this translation helpful? Give feedback.
-
|
I'm not seeing this in v0.6.0. So I wonder if you have some early, outdated config. # Unix
mv .crush .old-crush
mv ~/.config/crush ~/.config/old-crush
mv ~/.local/share/crush ~/.local/share/old-crush
# Windows
move .crush .old-crush
move "%USERPROFILE%\AppData\Local\crush\" "%USERPROFILE%\AppData\Local\old-crush\"
move "%LOCALAPPDATA%\crush" "%LOCALAPPDATA%\old-crush"Here's your config on my end. I'm also going to convert this to a discussion as I believe it's more troubleshooting. If it ends up being something we can reproduce I'll convert back to an issue. |
Beta Was this translation helpful? Give feedback.
-
|
i`m rename my old file, install new version, run it, select model, add api key and close. what i think need to do, need add ollama and lm studio as it worked with openrouter, crush ask model list from openrouter, need to do same with ollama and lm studio. and we will finally stop going through the configuration files and looking for what's wrong there, instead, Crush will poll the endpoints of ollama & lm studio at startup, and get a list of available models. I think this is a simple solution and convenient for all of us! |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I have a question for the developers.:
how to connect local models correctly?
I've tried it before, but every time the Crash interface doubles!
to be honest, I'm already tired of fighting with this, when will support for ollama and lm studio come out of the box?
here is my file:
Beta Was this translation helpful? Give feedback.
All reactions