Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 713 Bytes

Readme_en.md

File metadata and controls

33 lines (19 loc) · 713 Bytes

GlobDict

A multilingual dictionary based on ChatGPT

Installation

Download the software from the releases

Apply for an API Key at OpenAI's official website

Please note that your OpenAI API account should have sufficient balance. This software is not free, and the payment goes to OpenAI, not to me.

Add OPENAI_API_KEY to the environment variables

Windows

setx OPENAI_API_KEY "your-api-key-here"

MacOS

Edit ~/.bash_profile or ~/.zshrc file

Add a new line at the bottom of the file

export OPENAI_API_KEY='your-api-key-here'

Run the command source ~/.bash_profile or source ~/.zshrc to update.