JBHF commited on
Commit
9192449
1 Parent(s): 0a26135

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -0
requirements.txt CHANGED
@@ -1,3 +1,5 @@
 
 
1
  # crewai # JB OK
2
  crewai[tools]
3
  exa-py
@@ -10,6 +12,24 @@ langchain-groq # = "^0.1.3"
10
  langchain-google-genai # = "^1.0.3"
11
  pillow # = "^10.3.0"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  # FROM pyproject.toml :
14
  # [tool.poetry.dependencies]
15
  # python = ">=3.10,<=3.13"
 
1
+ # JB OK:
2
+
3
  # crewai # JB OK
4
  crewai[tools]
5
  exa-py
 
12
  langchain-google-genai # = "^1.0.3"
13
  pillow # = "^10.3.0"
14
 
15
+
16
+ # OK ?
17
+ # HUGGING FACE LLMs
18
+ # https://python.langchain.com/v0.2/docs/integrations/chat/huggingface/
19
+ # HUGGINGFACEHUB_API_TOKEN
20
+ # https://huggingface.co/docs/hub/security-tokens
21
+ # https://huggingface.co/settings/tokens
22
+ # %pip install --upgrade --quiet langchain-huggingface text-generation transformers google-search-results numexpr langchainhub sentencepiece jinja2
23
+ langchain-huggingface
24
+ text-generation
25
+ transformers
26
+ google-search-results
27
+ numexpr
28
+ langchainhub
29
+ sentencepiece
30
+ jinja2
31
+
32
+
33
  # FROM pyproject.toml :
34
  # [tool.poetry.dependencies]
35
  # python = ">=3.10,<=3.13"