mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Expand API instruction
This commit is contained in:
10
aiserver.py
10
aiserver.py
@@ -8554,6 +8554,16 @@ def post_generate(body: GenerationInputSchema):
|
|||||||
Niko the kobold stalked carefully down the alley, his small scaly figure obscured by a dusky cloak that fluttered lightly in the cold winter breeze.
|
Niko the kobold stalked carefully down the alley, his small scaly figure obscured by a dusky cloak that fluttered lightly in the cold winter breeze.
|
||||||
top_p: 0.9
|
top_p: 0.9
|
||||||
temperature: 0.5
|
temperature: 0.5
|
||||||
|
max_context_length: 2048
|
||||||
|
rep_pen: 1.1
|
||||||
|
rep_pen_range: 2048
|
||||||
|
rep_pen_slope: 1.0
|
||||||
|
max_length: 100
|
||||||
|
tfs: 1.0
|
||||||
|
top_a : 0.0
|
||||||
|
top_k : 0
|
||||||
|
quiet: False
|
||||||
|
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: Successful request
|
description: Successful request
|
||||||
|
Reference in New Issue
Block a user