Update README.md

This commit is contained in:
Charles Packer
2023-10-25 00:39:54 -07:00
committed by GitHub
parent 134b8ce2ec
commit da3ad8f9d2

View File

@@ -6,7 +6,7 @@ If you have a hosted ChatCompletion-compatible endpoint that works with function
# ⚡ Quick overview
1. Put your own LLM behind a web server API of your choice
1. Put your own LLM behind a web server API (e.g. [oobabooga web UI](https://github.com/oobabooga/text-generation-webui#starting-the-web-ui))
2. Set `OPENAI_API_BASE=YOUR_API_IP_ADDRESS` and `BACKEND_TYPE=webui`
3. Run MemGPT with `python3 main.py --no_verify`, it should now use your LLM instead of OpenAI GPT
4. If things aren't working, read the full instructions below