mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-02-23 15:49:50 +01:00
6 models returning JSON as per ARCHITECTURE function_calls schema
This commit is contained in:
@@ -28,7 +28,7 @@ def return_array_from_prompt(name_plural, name_singular, return_var_name):
|
||||
"properties": {
|
||||
f"{return_var_name}": {
|
||||
"type": "array",
|
||||
"description": f"List of {name_plural} that are created in a list.",
|
||||
"description": f"List of {name_plural}.",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"description": f"{name_singular}"
|
||||
|
||||
Reference in New Issue
Block a user