From 31354147b1c0cc572a4568908d9f7efe772f728c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 9 Aug 2024 13:10:27 +0000 Subject: [PATCH 1/2] Bump version file --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index c8fe2be..4d70f22 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.0.15 +v0.0.73 From cde641533202b6d24cbc31276ba2e912f5ca1eff Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 9 Aug 2024 13:10:27 +0000 Subject: [PATCH 2/2] Update version to v0.0.73 --- openapi.yaml | 24 ++++++++++++++---------- version.txt | 2 +- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 1c3f01c..e5072b8 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -9,7 +9,6 @@ paths: summary: List Models description: List all models available to the user. operationId: list_models_v1_models_get - parameters: [] responses: "200": description: Successful Response @@ -1859,10 +1858,12 @@ components: title: Messages description: The prompt(s) to generate completions for, encoded as a list of dict with role and content. examples: - - { - "role": "user", - "content": "Who is the best French painter? Answer in one short sentence.", - } + - [ + { + "role": "user", + "content": "Who is the best French painter? Answer in one short sentence.", + }, + ] response_format: $ref: "#/components/schemas/ResponseFormat" tools: @@ -2206,10 +2207,12 @@ components: user: "#/components/schemas/UserMessage" description: The prompt(s) to generate completions for, encoded as a list of dict with role and content. examples: - - { - "role": "user", - "content": "Who is the best French painter? Answer in one short sentence.", - } + - [ + { + "role": "user", + "content": "Who is the best French painter? Answer in one short sentence.", + }, + ] response_format: $ref: "#/components/schemas/ResponseFormat" tools: @@ -2432,7 +2435,8 @@ components: anyOf: - type: "null" - type: array - $ref: "#/components/schemas/ToolCall" + items: + $ref: "#/components/schemas/ToolCall" securitySchemes: ApiKey: type: http diff --git a/version.txt b/version.txt index 4d70f22..c8fe2be 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.0.73 +v0.0.15