Skip to content

Commit db22595

Browse files
committed
A little cleanup
1 parent c9f549e commit db22595

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

shell/agents/AIShell.Ollama.Agent/OllamaAgent.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
using System.Diagnostics;
21
using System.Text;
32
using System.Text.Json;
4-
using System.Text.RegularExpressions;
53
using AIShell.Abstraction;
64
using OllamaSharp;
75
using OllamaSharp.Models;
86

97
namespace AIShell.Ollama.Agent;
108

11-
public sealed partial class OllamaAgent : ILLMAgent
9+
public sealed class OllamaAgent : ILLMAgent
1210
{
1311
private bool _reloadSettings;
1412
private bool _isDisposed;

0 commit comments

Comments
 (0)