CerebriumAI()CerebriumAI large language models.
To use, you should have the cerebrium python package installed.
You should also have the environment variable CEREBRIUMAI_API_KEY
set with your API key or pass it as a named argument in the constructor.
Any parameters that are valid to be passed to the call can be passed in, even if not explicitly saved on this class.
Example:
.. code-block:: python
from langchain_community.llms import CerebriumAI cerebrium = CerebriumAI(endpoint_url="", cerebriumai_api_key="my-api-key")