From 24aea9e33afbc3c414a749f9f7deb7e9646e9096 Mon Sep 17 00:00:00 2001 From: HavenDV Date: Mon, 29 Jul 2024 12:38:42 +0400 Subject: [PATCH] docs: Updated README. --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e91088a..9cc1c3c 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ # Ollama SDK for .NET 🦙 -Generated C# SDK based on Ollama [OpenAPI specification](https://github.com/davidmigloz/langchain_dart/blob/main/packages/ollama_dart/oas/ollama-curated.yaml) and [official docs](https://github.com/jmorganca/ollama/blob/main/docs/api.md) using [OpenApiGenerator](https://github.com/HavenDV/OpenApiGenerator). - ## Features 🔥 - -- Intuitive API client: Set up and interact with Ollama in just a few lines of code. -- API endpoint coverage: Support for all Ollama API endpoints including chats, embeddings, listing models, pulling and creating new models, and more. -- Real-time streaming: Stream responses directly to your application. -- Progress reporting: Get real-time progress feedback on tasks like model pulling. +- Fully generated C# SDK based on [OpenAPI specification](https://github.com/davidmigloz/langchain_dart/blob/main/packages/ollama_dart/oas/ollama-curated.yaml) using [OpenApiGenerator](https://github.com/HavenDV/OpenApiGenerator) +- Automatic releases of new preview versions if there was an update to the OpenAPI specification +- Source generator to define tools natively through C# interfaces +- All modern .NET features - nullability, trimming, NativeAOT, etc. +- Support .Net Framework/.Net Standard 2.0 +- Support for all Ollama API endpoints including chats, embeddings, listing models, pulling and creating new models, and more. ## Usage