Skip to content

Commit

Permalink
Project import generated by Copybara. (#37)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 62c6642c07fd7878729d1b33a110f96da1f9e046

Co-authored-by: AssemblyAI <[email protected]>
  • Loading branch information
Swimburger and AssemblyAI committed Dec 22, 2023
1 parent 4c996ae commit 3504b5e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3782,7 +3782,13 @@ components:
- type: object
additionalProperties: true
final_model:
$ref: "#/components/schemas/LemurModel"
description: |
The model that is used for the final prompt after compression is performed.
Defaults to "default".
default: "default"
anyOf:
- $ref: "#/components/schemas/LemurModel"
- type: string
max_output_size:
description: Max output size in tokens, up to 4000
type: integer
Expand Down Expand Up @@ -3932,6 +3938,7 @@ components:
- default
- basic
- assemblyai/mistral-7b
- anthropic/claude-2-1

Error:
type: object
Expand Down

0 comments on commit 3504b5e

Please sign in to comment.