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 committed Apr 19, 2024
1 parent 8e3787f commit dc96c55
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 dc96c55

Please sign in to comment.