8 references to OllamaChatClient
Microsoft.Extensions.AI.Ollama.Tests (8)
OllamaChatClientTests.cs (8)
27Assert.Throws<ArgumentException>("modelId", () => new OllamaChatClient("http://localhost", " "));
33using OllamaChatClient client = new("http://localhost", "model");
46using OllamaChatClient client = new("http://localhost");
114using OllamaChatClient client = new("http://localhost:11434", "llama3.1", httpClient);
172using IChatClient client = new OllamaChatClient("http://localhost:11434", "llama3.1", httpClient);
265using IChatClient client = new OllamaChatClient("http://localhost:11434", httpClient: httpClient);
369using IChatClient client = new OllamaChatClient("http://localhost:11434", "llama3.1", httpClient)
460using IChatClient client = new OllamaChatClient("http://localhost:11434", "llama3.1", httpClient)