Skip to content

Commit

Permalink
update cache API
Browse files Browse the repository at this point in the history
  • Loading branch information
hahuyhoang411 committed Nov 22, 2023
1 parent 4d074fb commit af618d2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/openapi/NitroAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,10 @@ components:
default: true
nullable: true
description: Determines if output generation is in a streaming manner.
cache_prompt:
type: boolean
default: true
description: Optimize performance in repeated or similar requests.
temp:
type: number
default: 0.7
Expand Down Expand Up @@ -577,7 +581,10 @@ components:
min: 0
max: 1
description: Set probability threshold for more relevant outputs

cache_prompt:
type: boolean
default: true
description: Optimize performance in repeated or similar requests.
ChatCompletionResponse:
type: object
description: Description of the response structure
Expand Down

0 comments on commit af618d2

Please sign in to comment.