We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4445b commit aca24fbCopy full SHA for aca24fb
tests/integration/providers/test_openai_paths.py
@@ -37,7 +37,7 @@ def test_openai_file_upload():
37
print("\nTesting file upload...")
38
file_obj = client.files.create(file=temp_path, purpose="assistants")
39
40
- print(f"✅ File uploaded successfully!")
+ print("✅ File uploaded successfully!")
41
print(f"File ID: {file_obj.id}")
42
print(f"Filename: {file_obj.filename}")
43
0 commit comments