Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dclipca committed Jan 26, 2025
2 parents 836e419 + 77dd7b9 commit 93d1b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SpongeLLM (In Progress)
[![NuGet](https://img.shields.io/nuget/v/SpongeLLM.svg)](https://www.nuget.org/packages/SpongeLLM)
[![NuGet Downloads](https://img.shields.io/nuget/dt/SpongeLLM.svg)](https://www.nuget.org/packages/SpongeLLM)
[![Tests](https://github.com/SpongeEngine/LMSharp/actions/workflows/test.yml/badge.svg)](https://github.com/SpongeEngine/LMSharp/actions/workflows/test.yml)
[![Tests](https://github.com/SpongeEngine/SpongeLLM/actions/workflows/run-tests.yml/badge.svg)](https://github.com/SpongeEngine/SpongeLLM/actions/workflows/run-tests.yml)
[![License](https://img.shields.io/github/license/SpongeEngine/SpongeLLM)](LICENSE)
[![.NET](https://img.shields.io/badge/.NET-6.0%20%7C%207.0%20%7C%208.0%2B-512BD4)](https://dotnet.microsoft.com/download)

Expand All @@ -11,7 +11,7 @@ Unified C# client for LLM providers.
- Provider Flexibility: Easily switch between KoboldCpp, Ollama, LM Studio, or Text Generation WebUI
- Modern .NET: Async/await, streaming support, and comprehensive logging

📦 [View Package on NuGet](https://www.nuget.org/packages/SpongeLLM)
📦 [View Package on NuGet](https://www.nuget.org/packages/SpongeEngine.SpongeLLM)

## Feature Comparison
| Feature | LLMSharp | OpenAI.NET | LLamaSharp | OllamaSharp |
Expand Down

0 comments on commit 93d1b0f

Please sign in to comment.