mirror of
https://github.com/katanemo/plano.git
synced 2026-04-29 19:06:34 +02:00
ArchFC endpoint integration (#94)
* integration * mopdify docker file * add params and fix python lint * fix empty context and tool calls * address comments * revert port * fix bug merge * fix environment * fix bug * fix compose * fix merge
This commit is contained in:
parent
1a7c1ad0a5
commit
17a643c410
9 changed files with 98 additions and 41 deletions
8
model_server/openai_params.yaml
Normal file
8
model_server/openai_params.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
params:
|
||||
temperature: 0.0001
|
||||
top_p : 0.5
|
||||
repetition_penalty: 1.0
|
||||
top_k: 50
|
||||
max_tokens: 128
|
||||
stop: ["<|im_start|>", "<|im_end|>"]
|
||||
stop_token_ids: [151645, 151643]
|
||||
Loading…
Add table
Add a link
Reference in a new issue