Skip to content

Commit b0935bb

Browse files
authored
Merge pull request alexrudall#536 from alexrudall/readme-tweak-assistant-reusability
Add note to README to indicate that assistants are reusable
2 parents 3b0fd57 + 846f091 commit b0935bb

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)