dotnet-smartcomponents / smartcomponents

Experimental, end-to-end AI features for .NET apps
622 stars 54 forks source link

OpenAI and Ollama SmartTextArea requests canceled #58

Closed Mimisss closed 1 month ago

Mimisss commented 1 month ago

I'm getting canceled return status (as seen in the browser's Network tab) for Smart Textarea requests both to OpenAI and self-hosted Ollama.

The code and configuration(s) are exactly those of your asp.net core MVC example.

Any ideas?

Mimisss commented 1 month ago

I think I've found the culprit in both cases. Thanks anyway.