Metadata-Version: 2.4
Name: llama-index-llms-maritalk
Version: 0.5.1
Summary: llama-index llms maritalk integration
Author-email: Your Name <you@example.com>
License-Expression: MIT
License-File: LICENSE
Requires-Python: <3.12,>=3.9
Requires-Dist: llama-index-core<0.15,>=0.13.0
Description-Content-Type: text/markdown

# LlamaIndex Llms Integration: Maritalk

MariTalk is an assistant developed by the Brazilian company [Maritaca AI](https://www.maritaca.ai). MariTalk is based on language models that have been specially trained to understand Portuguese well.

## Installation

First, install the Llama Index library (and all its dependencies) using the following command:

```
$pip install llama-index llama-index-llms-maritalk
```

## API Key

You will need and API key that can be obtained from chat.maritaca.ai (\"Chaves da API\" section).

## Examples

Examples of usage are presented at [llamahub.ai](https://docs.llamaindex.ai/en/stable/examples/llm/maritalk/).
