Is HuggingFaceLLMPredictor deprecated? I can see it in change log. But the migration guide link is broken
Changelog :
https://gpt-index.readthedocs.io/en/latest/development/changelog.html#new-featuresMigration Guide (Broken):
https://gpt-index.readthedocs.io/how_to/customization/llms_migration_guide.htmlShould we use HuggingFaceLLM instead of HuggingFaceLLMPredictor? But the import doesnt seem to work
from llama_index.llms import HuggingFaceLLM
Also, all examples of HuggingFaceLLM, and HuggingFaceLLMPredictor pass temperature as param. But both of them in most recent version seem to say temperature is an unexpected param.
Any working example for initializing a HF LLM with temperature?