diff options
author | icebaker <icebaker@proton.me> | 2023-06-03 21:03:14 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-06-03 21:03:14 -0300 |
commit | 851397413a914e2caee3e05468495dac5076812f (patch) | |
tree | e7b7326fed74dcbf4f0a22db71e88b19a414bb43 | |
parent | daa2da3eb45905d61f0a6e902422d711d003bba7 (diff) |
updating readme
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,7 +44,7 @@ bundle install For credentials and configurations, relevant environment variables can be set in your `.bashrc`, `.zshrc`, or equivalent files, as well as in your Docker Container or System Environment. Example: ```sh -export NANO_BOTS_ENCRYPTION_PASSWORD="UNSAFE" +export NANO_BOTS_ENCRYPTION_PASSWORD='UNSAFE' export OPENAI_API_ADDRESS=https://api.openai.com export OPENAI_API_ACCESS_TOKEN=your-token export OPENAI_API_USER_IDENTIFIER=your-user @@ -56,7 +56,7 @@ export OPENAI_API_USER_IDENTIFIER=your-user Alternatively, if your current directory has a `.env` file with the environment variables, they will be automatically loaded: ```sh -NANO_BOTS_ENCRYPTION_PASSWORD="UNSAFE" +NANO_BOTS_ENCRYPTION_PASSWORD='UNSAFE' OPENAI_API_ADDRESS=https://api.openai.com OPENAI_API_ACCESS_TOKEN=your-token OPENAI_API_USER_IDENTIFIER=your-user |