Friendli LLM.
friendli-client package should be installed with pip install friendli-client.
You must set FRIENDLI_TOKEN environment variable or provide the value of your
personal access token for the friendli_token argument.
Example:
.. code-block:: python
from langchain_community.llms import Friendli
friendli = Friendli( model="meta-llama-3.1-8b-instruct", friendli_token="YOUR FRIENDLI TOKEN" )