Browse Source

Update 'README.md'

天问 11 months ago
parent
commit
7a429fb82c
1 changed files with 14 additions and 1 deletions
  1. 14 1
      README.md

+ 14 - 1
README.md

@@ -1,3 +1,16 @@
 # MemGPT
 
-使用长期记忆和自定义工具创建 LLM 代理
+使用长期记忆和自定义工具创建 LLM 代理
+
+## Usage
+
+```
+pip install -U pymemgpt
+
+export OPENAI_API_KEY=sk-xxx
+
+memgpt quickstart --backend openai
+memgpt quickstart --backend memgpt
+
+```
+访问 http://localhost:8283 ,依赖数据库 postgres,autogen