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"); 113using OllamaChatClient client = new("http://localhost:11434", "llama3.1", httpClient); 171using IChatClient client = new OllamaChatClient("http://localhost:11434", "llama3.1", httpClient); 258using IChatClient client = new OllamaChatClient("http://localhost:11434", httpClient: httpClient); 362using IChatClient client = new OllamaChatClient("http://localhost:11434", "llama3.1", httpClient) 454using IChatClient client = new OllamaChatClient("http://localhost:11434", "llama3.1", httpClient)