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:
parent
3857a30491
commit
719e79a4d9
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue