Skip to content

Commit 36d1bfb

Browse files
committed
chore: folder
1 parent 03b4669 commit 36d1bfb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+16
-11
lines changed
File renamed without changes.

examples/audio_chat_base64.py renamed to examples/mistral/audio/chat_base64.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def main():
1212
model = "voxtral-small-latest"
1313

1414
client = Mistral(api_key=api_key)
15-
with open("examples/files/bcn_weather.mp3", "rb") as f:
15+
with open("examples/fixtures/bcn_weather.mp3", "rb") as f:
1616
content = f.read()
1717
chat_response = client.chat.complete(
1818
model=model,
File renamed without changes.

0 commit comments

Comments
 (0)