https://github.com/gptscript-ai/mistral-laplateforme-provider
https://github.com/gptscript-ai/mistral-laplateforme-provider
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gptscript-ai/mistral-laplateforme-provider
- Owner: gptscript-ai
- Created: 2024-05-29T22:54:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-24T20:08:27.000Z (about 1 year ago)
- Last Synced: 2025-04-24T21:23:32.210Z (about 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mistral La Plateforme Provider
## Usage Example
```
gptscript --default-model='mistral-large-latest from github.com/gptscript-ai/mistral-laplateforme-provider' examples/helloworld.gpt
```
## Development
* You need an MISTRAL_API_KEY set in your environment.
```
export MISTRAL_API_KEY=
```
Run using the following commands
```
python -m venv .venv
source ./.venv/bin/activate
pip install --upgrade -r requirements.txt
# Optional - prints more debugging and output from provider
export GPTSCRIPT_DEBUG=true
./run.sh
```
```
gptscript --default-model="mistral-large-latest from http://127.0.0.1:8000/v1" examples/bob.gpt
```