model is required #90
Closed
Aleksi-learn-code
started this conversation in
General
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I guess you missed to tell us the error that occurs. Maybe Ollama doesn't have the model downloaded locally. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I don't understand, I have a code for practice:
`using System;
using System.Windows.Forms;
using System.Threading;
using System.Threading.Tasks;
using OllamaSharp;
using OllamaSharp.Models.Chat;
namespace OllamaChatApp
{
public partial class Form1 : Form
{
private Chat _chat; // Entferne readonly
}
`
OllamaSharp 3.0.8 Nuget
What am I doing wrong? Can you please help me?
Beta Was this translation helpful? Give feedback.
All reactions