We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f549e commit db22595Copy full SHA for db22595
shell/agents/AIShell.Ollama.Agent/OllamaAgent.cs
@@ -1,14 +1,12 @@
1
-using System.Diagnostics;
2
using System.Text;
3
using System.Text.Json;
4
-using System.Text.RegularExpressions;
5
using AIShell.Abstraction;
6
using OllamaSharp;
7
using OllamaSharp.Models;
8
9
namespace AIShell.Ollama.Agent;
10
11
-public sealed partial class OllamaAgent : ILLMAgent
+public sealed class OllamaAgent : ILLMAgent
12
{
13
private bool _reloadSettings;
14
private bool _isDisposed;
0 commit comments