Update README.md

This commit is contained in:
Charles Packer
2023-10-22 23:15:01 -07:00
committed by GitHub
parent c8b89e25d0
commit 6f293c90f4

View File

@@ -32,6 +32,8 @@ class LLMChatCompletionWrapper(ABC):
pass
```
## Example with Airoboros LLM
To help you get started, we've implemented an example wrapper class for a popular llama2 model finetuned on function calling (airoboros). We want MemGPT to run well on open models as much as you do, so we'll be actively updating this page with more examples. Additionally, we welcome contributions from the community! If you find an open LLM that works well with MemGPT, please open a PR with a model wrapper and we'll merge it ASAP.
```python