mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-07 00:17:37 +08:00
refactor: add LLMServiceTypeDoubaoVL
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ func NewAsserter(ctx context.Context, modelConfig *ModelConfig) (*Asserter, erro
|
||||
|
||||
if modelConfig.ModelType == option.LLMServiceTypeUITARS {
|
||||
asserter.systemPrompt += "\n\n" + uiTarsAssertionResponseFormat
|
||||
} else if modelConfig.ModelType == option.LLMServiceTypeGPT {
|
||||
} else if modelConfig.ModelType == option.LLMServiceTypeDoubaoVL {
|
||||
// define output format
|
||||
type OutputFormat struct {
|
||||
Thought string `json:"thought"`
|
||||
|
||||
Reference in New Issue
Block a user