The name of the model to use
Moonshot large language models.
To use, you should have the environment variable MOONSHOT_API_KEY set with your
API key. Referenced from https://platform.moonshot.cn/docs
Example:
.. code-block:: python
from langchain_community.llms.moonshot import Moonshot
moonshot = Moonshot(model="moonshot-v1-8k")