mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-01 05:49:40 +08:00
change: update ui-tars prompt
This commit is contained in:
@@ -23,7 +23,7 @@ func NewLLMContentParser(modelType option.LLMServiceType) LLMContentParser {
|
||||
switch modelType {
|
||||
case option.LLMServiceTypeUITARS:
|
||||
return &UITARSContentParser{
|
||||
systemPrompt: uiTarsPlanningPrompt,
|
||||
systemPrompt: doubao_1_5_ui_tars_planning_prompt,
|
||||
}
|
||||
default:
|
||||
return &JSONContentParser{
|
||||
|
||||
Reference in New Issue
Block a user