mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
address cmt
This commit is contained in:
parent
dd07ba2cd0
commit
1f383eafc4
4 changed files with 27 additions and 23 deletions
|
|
@ -8,8 +8,9 @@ from app.prompt_guard.model_handler import ArchGuardHanlder
|
|||
logger = utils.get_model_server_logger()
|
||||
|
||||
arch_function_hanlder = ArchFunctionHandler()
|
||||
prefill_list = ["May", "Could", "Sure", "Definitely", "Certainly", "Of course", "Can"]
|
||||
prefill_enabled = True
|
||||
PREFILL_LIST = ["May", "Could", "Sure", "Definitely", "Certainly", "Of course", "Can"]
|
||||
PREFILL_ENABLED = True
|
||||
TOOL_CALL_TOKEN = "<tool_call>"
|
||||
arch_function_endpoint = "https://api.fc.archgw.com/v1"
|
||||
arch_function_client = utils.get_client(arch_function_endpoint)
|
||||
arch_function_generation_params = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue