locuslab / chatllm-vscode

MIT License
61 stars 7 forks source link

"No valid model specified" #1

Closed jeisner closed 10 months ago

jeisner commented 10 months ago

Hi Zico - thanks for making this!

I missed this step at first: image so I got the error message No valid model specified.
You might want to expand that error message (in extension.ts) with an instruction about how to fix the problem -- I thought I must be doing something wrong in the settings editor.

zkolter commented 10 months ago

Good point. I'll make this more clean in the error message.

zkolter commented 10 months ago

Incidentally, this would actually work fine (it assigns the first model by default is none is specified), except at some point I changed the name of my model from "GPT-4 Turbo" to "GPT-4-Turbo" 🤦‍♂️, so the example notebook file had the wrong model name in there ... will fix that in a second ...

zkolter commented 10 months ago

Fixed by #6 and with more info from error message.