iT邦幫忙

0

AI 用圖或文打 Win Word 及 PowerPoint 報告(使用 ollama)

  • 分享至 

  • xImage
  •  

字體顏色及字型標楷體
https://ithelp.ithome.com.tw/upload/images/20240524/20136076x0ADYm5joL.jpg
https://ithelp.ithome.com.tw/upload/images/20240524/20136076kamcRn6IBz.jpg
加個背景:
https://ithelp.ithome.com.tw/upload/images/20240524/20136076YvGjuUAz6P.jpg
加個banner
https://ithelp.ithome.com.tw/upload/images/20240524/201360760ZBMNoPfGc.jpg
PowerPoint 報告 使用 ollama
https://ithelp.ithome.com.tw/upload/images/20240524/20136076qAx8ypRgY1.jpg
https://ithelp.ithome.com.tw/upload/images/20240524/20136076NpPQeau2B2.jpg
下載簡報
https://ithelp.ithome.com.tw/upload/images/20240523/201360760mF3njXWsQ.jpg
樣板加日期
https://ithelp.ithome.com.tw/upload/images/20240523/20136076qSgsYEcGrt.jpg
2次提問,上傳2張圖 Win Word 存入聊天2次內容及上傳2張圖
https://ithelp.ithome.com.tw/upload/images/20240523/20136076xVCDiNP3lR.jpg
https://ithelp.ithome.com.tw/upload/images/20240523/20136076aLh7EIFsH3.jpg
仍在開發中,問三次存三次
https://ithelp.ithome.com.tw/upload/images/20240523/20136076e9RfTwe6qL.jpg
https://ithelp.ithome.com.tw/upload/images/20240523/20136076UQN7CgqiA8.jpg
https://ithelp.ithome.com.tw/upload/images/20240522/20136076n0kNFmd7tZ.jpg
https://ithelp.ithome.com.tw/upload/images/20240522/20136076StYnQCxgoT.jpg
https://ithelp.ithome.com.tw/upload/images/20240522/20136076UweSN9VNUB.jpg
https://ithelp.ithome.com.tw/upload/images/20240522/20136076x5BzFJunoP.jpg
https://ithelp.ithome.com.tw/upload/images/20240522/20136076iz43NVLoDp.jpg
用中文樣板改為中文(感覺 google gamma:2b 便真的很好了):
https://ithelp.ithome.com.tw/upload/images/20240522/20136076KF1Zjbfw1y.jpg

#===以下是翻譯樣板
translation_prompt = PromptTemplate.from_template('''
        Translate the following text from {origin_language} to {target_language}.

        Text: """
        {input_text}
        """
        ''')
chain = LLMChain(
    llm = llm,
    prompt=translation_prompt
)
translate=chain.run(origin_language = "english",
    target_language = "chinese",
    input_text = response['message']['content'],
    )

構思:AI 用圖打 Win Word報告
1.當您有一張圖便可讓 AI 讓您做報告哦!!!
2.不要收費(使用 ollama)
https://ithelp.ithome.com.tw/upload/images/20240522/20136076lIaXcrT3he.jpg
https://ithelp.ithome.com.tw/upload/images/20240522/20136076xrJDkurrCY.jpg


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 則留言

0
coolberth
iT邦新手 5 級 ‧ 2024-05-22 23:10:37

具體如何運作,我不太明白

感謝,目前仍在開發中...

我要留言

立即登入留言