Install and configure gemini-cli first. Then define environment variables and execute: gemini-openai-proxy.
Note, the environment variables are mandatory, refer to the examples in /usr/share/gemini-openai-proxy/gemini-openai-proxy.env.
Optionally enable and start a per user service with:
systemctl --user daemon-reload
systemctl --user enable --now gemini-openai-proxy.service
Put environment variables in ~/.config/gemini-openai-proxy.env file before starting the service.
Pinned Comments
lightdot commented on 2025-08-18 07:31 (UTC) (edited on 2025-08-18 07:33 (UTC) by lightdot)
Install and configure
gemini-clifirst. Then define environment variables and execute:gemini-openai-proxy.Note, the environment variables are mandatory, refer to the examples in
/usr/share/gemini-openai-proxy/gemini-openai-proxy.env.Optionally enable and start a per user service with:
Put environment variables in
~/.config/gemini-openai-proxy.envfile before starting the service.