Skip to content

Commit 6a53d44

Browse files
committed
chore: folder
1 parent 03b4669 commit 6a53d44

50 files changed

Lines changed: 15 additions & 11 deletions

Some content is hidden

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

examples/async_conversation_run_mcp_remote_auth.py renamed to examples/mistral/agents/async_conversation_run_mcp_remote_auth.py

File renamed without changes.
File renamed without changes.
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)