字體顏色及字型標楷體
加個背景:
加個banner
PowerPoint 報告 使用 ollama
下載簡報
樣板加日期
2次提問,上傳2張圖 Win Word 存入聊天2次內容及上傳2張圖
仍在開發中,問三次存三次
用中文樣板改為中文(感覺 google gamma:2b 便真的很好了):
#===以下是翻譯樣板
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)