This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# spin up a runpod GPU with TextGen WebUI, no need to use openai flag | |
# you can also use TextGen WebUI on your local computer | |
git clone https://github.com/cpacker/MemGPT.git | |
cd MemGPT | |
export OPENAI_API_BASE=https://some-stuff-5000.proxy.runpod.net # using runpod | |
# export OPENAI_API_BASE=localhost:5000 # using local computer | |
BACKEND_TYPE=webui | |
python3 main.py --no_verify |