Merge pull request #354 from waynejohny/patch-1

pull/359/head
Travis Fischer 2023-02-16 23:26:20 -06:00 zatwierdzone przez GitHub
commit f2f209657d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -197,7 +197,7 @@ npx tsx demos/demo-conversation.ts
A [persistence demo](./demos/demo-persistence.ts) shows how to store messages in Redis for persistence:
```bash
npx tsx demos/demo-conversation.ts
npx tsx demos/demo-persistence.ts
```
Any [keyv adaptor](https://github.com/jaredwray/keyv) is supported for persistence, and there are overrides if you'd like to use a different way of storing / retrieving messages.