doc: fix LiteLLM blog — OPINION → OBSERVATION, update title (#482)

* doc: fix OPINION → OBSERVATION and update blog title

* doc: update title to final version
This commit is contained in:
Ben 2026-03-03 14:47:44 -05:00 committed by GitHub
parent 3857a30491
commit 719e79a4d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
---
title: "Your LLM Forgets Every Conversation. Here's How to Fix That for 100+ Providers at Once."
title: "I Gave 100+ LLMs a Permanent Memory With One Python Package"
authors: [hindsight]
date: 2026-03-03
tags: [litellm, python, memory, openai, anthropic, tutorial]
@ -117,7 +117,7 @@ The LLM sees something like:
# Relevant Memories
1. [WORLD] User is building a FastAPI application
2. [WORLD] User prefers pytest for testing
3. [OPINION] User likes type hints
3. [OBSERVATION] User likes type hints
```
Best for precise, factual context where the LLM needs individual data points.