From 846f091a5529a3ff01360b4eeb725150b8ec81d4 Mon Sep 17 00:00:00 2001 From: Alex Rudall Date: Tue, 15 Oct 2024 17:33:18 +0100 Subject: [PATCH] Add note to README to indicate that assistants are reusable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00b1cf75..43faab85 100644 --- a/README.md +++ b/README.md @@ -1119,7 +1119,7 @@ file_id = client.files.upload( } )["id"] -# Create assistant +# Create assistant (You could also use an existing one here) assistant_id = client.assistants.create( parameters: { model: "gpt-4o",