Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.