Skip to content

Commit

Permalink
Add model to assistant modify request (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
raulraja committed Mar 20, 2024
1 parent e1d92d3 commit 2555301
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -176,6 +176,7 @@ class Assistant(

assistant.modify(
ModifyAssistantRequest(
model = assistantRequest.model,
name = assistantRequest.name,
description = assistantRequest.description,
instructions = assistantRequest.instructions,
Expand Down

0 comments on commit 2555301

Please sign in to comment.