diff --git a/qwen/content_text.go b/qwen/content_text.go index e28697b..595312b 100644 --- a/qwen/content_text.go +++ b/qwen/content_text.go @@ -41,8 +41,3 @@ func (t *TextContent) SetImage(_ string) { func (t *TextContent) SetAudio(_ string) { panic("TextContent does not support SetAudio") } - -// func foo() { -// a := &TextContent{} -// fmt.Println(a) -// }