Closed jeisner closed 10 months ago
Good point. I'll make this more clean in the error message.
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 ...
Fixed by #6 and with more info from error message.
Hi Zico - thanks for making this!
I missed this step at first: 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.