Fix the issue of Arch-Intent

This commit is contained in:
Shuguang Chen 2024-12-06 11:53:46 -08:00
parent 4fcfd83639
commit 818ec0a9db
4 changed files with 7 additions and 9 deletions

View file

@ -24,11 +24,7 @@ Provide your tool assessment for ONLY THE LAST USER MESSAGE in the above convers
ARCH_INTENT_GENERATION_CONFIG = {
"generation_params": {
"stop_token_ids": [151645],
"max_tokens": 1,
"guided_choice": ["Yes", "No"],
}
"generation_params": {"max_tokens": 1, "stop_token_ids": [151645]}
}