smartcomponents icon indicating copy to clipboard operation
smartcomponents copied to clipboard

Implement Ollama Endpont based Smart TextArea what need to configure in Program.cs in the place of OpenAIInferenceBackend

Open satish10105 opened this issue 1 year ago • 2 comments

Hi Everyone , Am getting an error message with the Smart TextArea. i configure the Ollama with "DeploymentName": "mistral:7b"

am trying to run am getting an error message like : Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[1] An unhandled exception has occurred while executing the request. Azure.RequestFailedException: model 'mistral:7b' not found, try pulling it first Status: 404 (Not Found)

satish10105 avatar Jul 06 '24 21:07 satish10105

image

satish10105 avatar Jul 06 '24 21:07 satish10105

How did you configure it?

The error message suggests that you are trying to use Azure OpenAI.

Mimisss avatar Jul 14 '24 08:07 Mimisss