VcRlAgent commited on
Commit
da0b699
·
1 Parent(s): 54b83a6

Starter LLM Inference Call

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -1
requirements.txt CHANGED
@@ -1 +1,5 @@
1
- openai>=1.51.0
 
 
 
 
 
1
+ huggingface_hub
2
+ openai>=1.51.0
3
+ huggingface-hub>=0.25.0 # only needed if you use InferenceClient later
4
+ httpx>=0.27.0 # used internally by OpenAI SDK
5
+ python-dotenv>=1.0.1 # if you load HF_TOKEN from .env