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");
112using OllamaChatClient client = new("http://localhost:11434", "llama3.1", httpClient);
170using IChatClient client = new OllamaChatClient("http://localhost:11434", "llama3.1", httpClient);
256using IChatClient client = new OllamaChatClient("http://localhost:11434", httpClient: httpClient);
360using IChatClient client = new OllamaChatClient("http://localhost:11434", "llama3.1", httpClient)
452using IChatClient client = new OllamaChatClient("http://localhost:11434", "llama3.1", httpClient)