word GPT Plus V0.2.3, a Word add-in for ChatGPT auxiliary work

Word GPT Plus is a Word add-in developed based on Vue3, which allows you to generate text based on the content written in the document. You can use it to translate, summarize, polish or write an article from scratch.

Open source address and software official website

This update

  • Fixed the bug that the official interface switching model caused 404

Special feature

  • Use the GPT-3.5 API to generate text and support selection models

  • Support setting access token to call chatGPT web interface (using this method is free, it is recommended to cooperate with chatGPT-plus)

  • Built-in prompts for translation, summarization, polishing and academic writing

  • Support multiple languages

  • Tips can be customized and saved for future use

  • Allow user to set temperature and max tokens

  • support agent

Environmental requirements

software requirements

Note: Office add-ins can only be used in docx files, doc files are not supported.

account requirements

The official API requires an OpenAI api key, which you can obtain from https://platform.openai.com/account/api-keys . The web API requires an access token from the chatGPT website, which you can refer to for access token

use screenshot

230424 091221.gif 230424 091554.gif

installation method

There are two ways to install Word GPT Plus: through my free web service, or by building your own.

I highly recommend using my web service as it is quick and easy to install and requires no additional dependencies to install. Additionally, you will always have access to the latest version of Word GPT Plus.

Since all data is saved using localStorage, your privacy is protected.

However, if you want more speed and have Node.js expertise, building the service yourself is also an option.

Services provided by me

  1. Download manifest.xmlthe file and save it to your computer, eg C:\\Users\\username\\Documents\\WordGPT.
  1. Follow the sideloading plugin instructions below to install the plugin.

Build your own service

If you want to build the service yourself, you need to clone this repository, install dependencies, and run the project. Node.js 16+ is required.


git clone https://github.com/Kuingsmile/Word-GPT-Plus.git

yarn

yarn run serve

Then, install the plugin by following the sideloading plugin instructions below.

Sideload plugins

In order to start using Word GPT Plus, you need to sideload the add-in into Microsoft Word.

You can find instructions provided by Microsoft at the following link: sideload office add-ins

  1. Open the folder where you saved manifest.xmlthe file , eg C:\\Users\\username\\Documents\\WordGPT.

  2. Right-click on the folder to open the menu, select Properties .

  3. In the Properties dialog box, choose the Sharing tab, and then choose Sharing .

image

  1. In the Network Access dialog, add yourself and any other users you want to share, select the Share button, and when you see confirmation that your folder is shared, note the full .

image

  1. Open a new document in Word, choose the File tab, then choose Options .

  2. Choose Trust Center , and then choose the Trust Center Settings button.

  3. Choose Trusted Directories .

  4. In the Directory URL box, enter the full network path , and then choose Add Directory .

  5. Select the Show in menu check box, and then choose OK .

image

  1. Close and restart Word.

  2. Click Insert- > Get Add -In-> Shared Directory , select Word GPT .

  3. Enjoy the powerful features of Word GPT Plus!

image

Guess you like

Origin www.oschina.net/news/239691/word-gpt-plus-0-2-3-released