Skip to content

Commit

Permalink
Remove extraneous apiVersion: "v1beta" in function calling sample (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard authored Apr 19, 2024
1 parent ddcece5 commit d08fb28
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ class FunctionCallingViewModel: ObservableObject {
],
requiredParameters: ["currency_from", "currency_to"]
),
])],
requestOptions: RequestOptions(apiVersion: "v1beta")
])]
)
chat = model.startChat()
}
Expand Down

0 comments on commit d08fb28

Please sign in to comment.