Skip to content

Commit

Permalink
Update version to v0.0.73
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Aug 9, 2024
1 parent 3135414 commit cde6415
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
24 changes: 14 additions & 10 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -2432,7 +2435,8 @@ components:
anyOf:
- type: "null"
- type: array
$ref: "#/components/schemas/ToolCall"
items:
$ref: "#/components/schemas/ToolCall"
securitySchemes:
ApiKey:
type: http
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.73
v0.0.15

0 comments on commit cde6415

Please sign in to comment.