Skip to content

Commit 846f091

Browse files
committed
Add note to README to indicate that assistants are reusable
1 parent 3b0fd57 commit 846f091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,7 @@ file_id = client.files.upload(
11191119
}
11201120
)["id"]
11211121

1122-
# Create assistant
1122+
# Create assistant (You could also use an existing one here)
11231123
assistant_id = client.assistants.create(
11241124
parameters: {
11251125
model: "gpt-4o",

0 commit comments

Comments
 (0)