Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chandralegend/mtllm-python
The MTLLM Python provides easy to use interfaces that understand your python code and does what you need to do with the help of Language Model Libraries (LLMs) and Tools.
https://github.com/chandralegend/mtllm-python
dspy-alternative llm mtllm python python3
Last synced: about 1 month ago
JSON representation
The MTLLM Python provides easy to use interfaces that understand your python code and does what you need to do with the help of Language Model Libraries (LLMs) and Tools.
- Host: GitHub
- URL: https://github.com/chandralegend/mtllm-python
- Owner: chandralegend
- License: other
- Created: 2024-06-07T16:56:07.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T17:20:22.000Z (5 months ago)
- Last Synced: 2024-06-28T22:03:43.153Z (5 months ago)
- Topics: dspy-alternative, llm, mtllm, python, python3
- Language: Python
- Homepage: https://chandralegend.github.io/mtllm-python
- Size: 354 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MTLLM Python library
[![PyPI version](https://img.shields.io/pypi/v/mtllm-python.svg)](https://pypi.org/project/mtllm-python/)
The MTLLM Python provides easy to use interfaces that understand your python code and does what you need to do with the help of Language Model Libraries (LLMs) and Tools.
## Documentation
The documentation on how to use this library with Python can be found [here](docs/api.md).
## Installation
```sh
# install from PyPI
pip install mtllm-python
```## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.