continue
continue copied to clipboard
configuration not reloading in pycharm
Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the Continue Discord for questions
- [X] I'm not able to find an open issue that reports the same bug
- [X] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS:MAC
- Continue:0.0.45
- IDE: pycharm
Description
I put lm-studio in the model however continue is not getting the lm-studio model
core.log
Error listing models: TypeError: fetch failed
Error calling Ollama /api/show endpoint: TypeError: fetch failed
config.json
"models": [
{
"model": "AUTODETECT",
"title": "LM Studio",
"apiBase": "http://192.168.1.179:1234/v1/",
"completionOptions": {},
"provider": "lmstudio"
}
],
...
"allowAnonymousTelemetry": false
To reproduce
- click on configure
- add lm-studio
- change lm-studio model in config.json and add remote server and port
- note that the added model is not showing up in the pull down in continue
Log output
core.log
Error listing models: TypeError: fetch failed
Error calling Ollama /api/show endpoint: TypeError: fetch failed
Looks like this was happening because we made the request in the constructor before setting the custom node-fetch.
I made the fix here, and it will be ready in the next release! (0.0.46, probably Monday)
In the meantime, if you set a specific model rather than AUTODETECT, this problem won't occur
Awesome thank you exactly what the workaround was Regards, Igor On Apr 26, 2024, at 5:03 AM, Nate Sesti @.***> wrote: In the meantime, if you set a specific model rather than AUTODETECT, this problem won't occur
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>