# Copy this file to ~/.config/chatgpt/environment and uncomment settings as # needed. It is sourced as POSIX shell syntax by the ChatGPT launcher. # Keep ChatGPT's profile separate from the regular Codex profile. # CHATGPT_HOME="${HOME}/.local/share/chatgpt-home" # Override the Codex data directory inside CHATGPT_HOME if necessary. # CHATGPT_CODEX_HOME="${CHATGPT_HOME}/.codex" # Chromium proxy server syntax, for example http://proxy.example:8080 or # socks5://127.0.0.1:9150. Credentials should not be stored in this file. # Set an empty value to force a direct connection. # CHATGPT_PROXY_SERVER=""