refactor: test ai config.

This commit is contained in:
2026-04-27 15:06:22 +08:00
parent 2d273f3c55
commit 4bd6486a14
2 changed files with 12 additions and 21 deletions
-10
View File
@@ -74,13 +74,3 @@ func DocxToStructuredPrompt(filename string) (string, error) {
return sb.String(), nil
}
func main1() {
// 測試用
prompt, err := docxToStructuredPrompt("D:\\myDocument\\tencent\\weChat\\WeChat Files\\wxid_pv6rg3z2l28y22\\FileStorage\\File\\2026-01\\(改)小班体育活动《蚂蚁运粮》(泉秀实幼吴思莹).docx")
if err != nil {
fmt.Println("錯誤:", err)
return
}
fmt.Println(prompt)
}