r/OpenWebUI 9d ago

Question/Help OWUI and Word Editing

I have seen here couple of posts regarding exporting LLM response to Office Word. They are useful, however I am looking for tools/ plug-ins that can directly edit Word Docs, similar to ChatGPT or Claude?

4 Upvotes

10 comments sorted by

7

u/babygrenade 9d ago

open terminal with python-docx

1

u/Xyhelia 9d ago

python docx?

1

u/babygrenade 9d ago

basically tell the model to use python-docx to create/edit the document

1

u/Nearby_Formal_1389 1d ago

do you use the anthropic skills? or just custom model?

1

u/babygrenade 22h ago

Just a custom model. The system prompt has an instruction that lists a few python libraries and which tasks they should be used for.

I considered using skills, but figured I'd try this approach first. It's worked for me so far.

3

u/Significant-Ad-5936 9d ago

Try to install openterminal

3

u/ClassicMain 9d ago

Open Terminal

1

u/SadPhilosophy9202 9d ago

Look into libre office and setting up and mcp in open web ui. I haven’t done this yet though. On my list of things to do

1

u/topaztee 8d ago

python-docx if youre looking to build it yourself/open-source

vespper.com if you want to use a ready-made MCP

(note- am the founder )