This is just a toy project for learning purposes. Please wait for official plugin for production usage
langchain chat model plugins for moonshot llm
Only non-stream chat function is implemented. Other function will be implemented in future.
- run `pip install -r requirements.txt
- copy your api_key on Moonshot platform, and set up you env
export MOONSHOT_API_KEY=...
- refer
moonshot_model_test.py
to create your own project