Files
letta-server/docs
Charles Packer fe2d8b2b2f add ollama support (#314)
* untested

* patch

* updated

* clarified using tags in docs

* tested ollama, working

* fixed template issue by creating dummy template, also added missing context length indicator

* moved count_tokens to utils.py

* clean
2023-11-06 15:11:22 -08:00
..
2023-11-06 12:38:49 -08:00
2023-11-06 13:08:12 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 15:11:22 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00
2023-11-06 12:38:49 -08:00

Building the docs

Run the following from the MemGPT directory.

  1. Install requirements:
pip install -r docs/requirements.txt
  1. Serve docs:
mkdocs serve