Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 829 Bytes

File metadata and controls

21 lines (13 loc) · 829 Bytes

GitHub Models Samples for Mistral Python SDK

This folder contains samples that leverage the Mistral Python SDK with the GitHub Models endpoint.

Jupyter Notebooks

To run these notebooks, click on a link below to open it in Codespaces and select a Python3 kernel.

  • getting_started.ipynb. Basic interaction, multi-turn conversations, image inputs, streamed responses, Functions API.

Running a sample

To run these scripts, open your terminal and run a command like:

python3 samples/python/mistralai/basic.py
  • basic.py: basic call to the Mistral-small chat completion API
  • multi_turn.py: multi-turn conversation with the chat completion API
  • streaming.py: generate a response in streaming mode, token by token