Arcee's Domain Adapted Language Models (DALMs).
To use, set the ARCEE_API_KEY environment variable with your Arcee API key,
or pass arcee_api_key as a named parameter.
Example:
.. code-block:: python
from langchain_community.llms import Arcee
arcee = Arcee( model="DALM-PubMed", arcee_api_key="ARCEE-API-KEY" )
response = arcee("AI-driven music therapy")