It looks like perhaps Ollama changed something in their API and now attempting to use it with clooi throws nasty errors. Based on the timings, it appears that ollama is generating a response to what we type, but something is nasty in the API response that leads to tihs error:
TypeError: Cannot read properties of undefined (reading 'id')
at generateMessage (file:///C:/Users/freya/clooi/bin/cli.js:627:49)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async file:///C:/Users/freya/clooi/bin/cli.js:391:1
Type "!" to access the command menu.
? Write a message:
Do you know what might be going on there?
It looks like perhaps Ollama changed something in their API and now attempting to use it with clooi throws nasty errors. Based on the timings, it appears that ollama is generating a response to what we type, but something is nasty in the API response that leads to tihs error:
Do you know what might be going on there?