haystack/releasenotes/notes/flexible-hf-api-token-env-vars-5fe383cdc1a9cc29.yaml
Vladimir Blagojevic 535a281eec
feat: Add option to use HF_TOKEN as env var for authentication across all HF components (#7942)
* Read both HF_API_TOKEN and HF_TOKEN env vars in all HF related components

* Add reno note

* Test fixes

* More test updates

* More test updates
2024-06-27 10:31:58 +02:00

5 lines
261 B
YAML

---
enhancements:
- |
Enhanced flexibility in HuggingFace API environment variable names across all related components to support both 'HF_API_TOKEN' and 'HF_TOKEN', improving compatibility with the widely used HF environmental variable naming conventions.