diff --git a/swagger/docs.go b/swagger/docs.go index 4660c4f8..b894258a 100644 --- a/swagger/docs.go +++ b/swagger/docs.go @@ -701,6 +701,9 @@ const docTemplate = `{ "prompt": { "description": "Prompt is read only by completion/image API calls" }, + "repeat_last_n": { + "type": "integer" + }, "repeat_penalty": { "type": "number" }, diff --git a/swagger/swagger.json b/swagger/swagger.json index 10a9120a..5e919ef8 100644 --- a/swagger/swagger.json +++ b/swagger/swagger.json @@ -694,6 +694,9 @@ "prompt": { "description": "Prompt is read only by completion/image API calls" }, + "repeat_last_n": { + "type": "integer" + }, "repeat_penalty": { "type": "number" }, diff --git a/swagger/swagger.yaml b/swagger/swagger.yaml index 7fb7ee48..18a51a04 100644 --- a/swagger/swagger.yaml +++ b/swagger/swagger.yaml @@ -292,6 +292,8 @@ definitions: type: number prompt: description: Prompt is read only by completion/image API calls + repeat_last_n: + type: integer repeat_penalty: type: number response_format: