Skip to content

Commit 8ed15f6

Browse files
committed
fix(codegen): update make_request
1 parent 9ff42ca commit 8ed15f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigcodebench/gen/util/google_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def make_request(
2626
],
2727
)
2828

29-
return response.text
29+
return response
3030

3131

3232
def make_auto_request(*args, **kwargs) -> genai.types.GenerateContentResponse:

0 commit comments

Comments
 (0)