ClusterA-DragReduction
ClusterA-DragReduction
I got the same issue here too. :(
I have run [System.Console]::OutputEncoding = [System.Text.Encoding]::UTF8. not working. Another document tried, it shows: UnicodeEncodeError: 'gbk' codec can't encode character '\u2022' in position 55: illegal multibyte sequence
Thank you for the quick fix. I have tested the files with issues and now they are good even I didn't run [System.Console]::OutputEncoding = [System.Text.Encoding]::UTF8. Thanks again.
Yes, I am pretty sure ollama is running. You can see from my screenshot, before the error message, "ollama ps" command showed what model was running. 
I found the problem. Earlier I set OLLAMA_HOST to 0.0.0.0:11434 so that the apps in the same network can access ollama server. When I used the code, client_params returns None...