Zai commited on
Commit
6109c9e
1 Parent(s): 6afffd7

added git identity|

Browse files
.github/workflows/hugging-face.yaml CHANGED
@@ -12,6 +12,10 @@ jobs:
12
  with:
13
  fetch-depth: 0
14
  lfs: true
 
 
 
 
15
 
16
  - name: Update README.md
17
  run: |
 
12
  with:
13
  fetch-depth: 0
14
  lfs: true
15
+ - name: Set Git identity
16
+ run: |
17
+ git config --global user.email "[email protected]"
18
+ git config --global user.name "GitHub Actions"
19
 
20
  - name: Update README.md
21
  run: |
requirements.txt CHANGED
@@ -1 +1,4 @@
1
- streamlit
 
 
 
 
1
+ streamlit
2
+ crewai
3
+ groq
4
+ crewai[tools]