Browse Source

README update

Jeff Tang 4 tháng trước cách đây
mục cha
commit
5919e294e0
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      recipes/use_cases/gmail_agent/README.md

+ 2 - 2
recipes/use_cases/gmail_agent/README.md

@@ -114,8 +114,8 @@ source gmagent\Scripts\activate # on Windows
 
 Then install the required Python libraries:
 ```
-git clone https://github.com/jeffxtang/gmagent
-cd gmagent
+git clone https://github.com/meta-llama/llama-recipes
+cd llama-recipes/recipes/use_cases/gmail_agent
 pip install -r requirements.txt
 ```