1 write to _apiChatEndpoint
Microsoft.Extensions.AI.Ollama (1)
OllamaChatClient.cs (1)
64
_apiChatEndpoint
= new Uri(endpoint, "api/chat");
2 references to _apiChatEndpoint
Microsoft.Extensions.AI.Ollama (2)
OllamaChatClient.cs (2)
85
_apiChatEndpoint
,
115
using HttpRequestMessage request = new(HttpMethod.Post,
_apiChatEndpoint
)