refactor: test ai config.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user