feat: 调整测试内容

This commit is contained in:
tbphp
2025-07-13 22:14:48 +08:00
parent ecd4b50aab
commit 411f8f2e78
2 changed files with 3 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ func (ch *GeminiChannel) ValidateKey(ctx context.Context, key string) (bool, err
payload := gin.H{
"contents": []gin.H{
{"parts": []gin.H{
{"text": "Only output 'ok'"},
{"text": "hi"},
}},
},
}