Browse Source

Update 'README.md'

天问 2 weeks ago
parent
commit
3a82936e02
1 changed files with 14 additions and 1 deletions
  1. 14 1
      README.md

+ 14 - 1
README.md

@@ -1,3 +1,16 @@
 # phidata
 
-Build AI Assistants with memory, knowledge and tools
+Build AI Assistants with memory, knowledge and tools,支持文字,图片,pdf等回答。
+
+## Usage
+
+```
+pip install -U phidata
+pip install -U "phidata[aws]"
+
+# 创建一个基于 aws 云服务的ai应用
+phi ws create -t ai-app -n ai-app
+export OPENAI_API_KEY=sk-***
+phi ws up --group app
+
+```