Linux/MacOS Run the following command in your terminal:
chatgpt_rust
Use prompt: chatgpt_rust -p "xxxx"
cargo install chatgpt_rust
cargo build
./chatgpt_rust
``` ChatGPT CLI Create by zhulg (lg.json@gmail.com) | 1.You just need to input your api key, the cli version V0.2.0 | | 2.You can modify the API domain and other API parameters | | 3.If you want to use it in China, you can use my api key | |-------------------------------------------------------------------|
Usage: chatgpt_rust [OPTIONS]
Options:
-d, --Domain
Longer explanation to appear after the options when displaying the help information from --help or -h
```
Set your ‘OPENAIAPIKEY’ Environment Variable using zsh, No set will ask the user to input the API key in the terminal.
``` echo "export OPENAIAPIKEY='yourkey'" >> ~/.zshrc
``` 2. Update the shell with the new variable:
source ~/.zshrc
3. Confirm that you have set your environment variable using the following command.
echo $OPENAI_API_KEY
The value of your API key will be the resulting output.