Skip to content

Commit 54ed5c1

Browse files
committed
docs: align README with current functionality
- Remove rate limiting from use cases (not yet implemented) - Change cost tracking to usage tracking (actual feature) - Update use cases to reflect implemented features
1 parent 1ceeba9 commit 54ed5c1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,15 @@ ollamaduct --version
132132
- **Workspaces** - Organize projects and track usage separately per workspace
133133
- **Ollama Integration** - Native Ollama gateway with local and cloud model support
134134
- **Authentication & API Keys** - Secure API key-based authentication per workspace
135-
- **Cost Tracking & Analytics** - Real-time usage tracking and cost attribution by workspace
135+
- **Usage Analytics** - Real-time usage tracking and analytics by workspace
136136
- **Semantic Caching** - Vector-based intelligent caching with 95%+ similarity detection
137137
- **Privacy Shield** - Enterprise-grade PII detection and redaction with 25+ entity types
138138

139139
## Use Cases
140140

141-
- **Production AI Applications** - Add authentication, rate limiting, and cost tracking to your AI features
141+
- **Production AI Applications** - Add authentication, usage tracking, and caching to your AI features
142142
- **Privacy-Sensitive Workloads** - Keep data on-premise with local Ollama deployment
143-
- **Cost Optimization** - Cache frequent queries and track usage across teams
143+
- **Performance Optimization** - Cache frequent queries and speed up responses
144144
- **Local AI Gateway** - Secure gateway for self-hosted Ollama instances
145145
- **Compliance** - Automatically redact PII before sending to LLM providers
146146

0 commit comments

Comments
 (0)