Skip to content

Commit bb65ede

Browse files
Removing the comma
any additional character like comma will lead to model error `invalid_request_error` 400 bad request
1 parent a2c4c43 commit bb65ede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/openai/how-to/function-calling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ functions= [
6464
"description": "A comma separated list of features (i.e. beachfront, free wifi, etc.)"
6565
}
6666
},
67-
"required": ["location"],
68-
},
67+
"required": ["location"]
68+
}
6969
}
7070
]
7171

0 commit comments

Comments
 (0)