Skip to content

Commit 98579b3

Browse files
author
Aki
committed
update list model
1 parent 16949f9 commit 98579b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_list_model.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func _request_get_model(model_name = ""):
3434
var version = _get_option_selected_text("Version")
3535
var url = "https://generativelanguage.googleapis.com/%s/models/%s?key=%s"%[version,model_name,api_key]
3636

37-
37+
3838
find_child("ListModelButton").disabled = true
3939
find_child("ModelButton").disabled = true
4040
var error = http_request.request(url, ["Content-Type: application/json"], HTTPClient.METHOD_GET)

0 commit comments

Comments
 (0)