gemini-cli-2-api / Caddyfile
wwforonce's picture
add gemini worker api
e2df648
:7860 {
handle_path /8085/* {
reverse_proxy localhost:8085
}
# https://github.com/justlovemaki/AIClient-2-API
handle_path /apiv1/* {
reverse_proxy localhost:3000
}
# https://github.com/waxz/gemini-cli-openai
handle_path /apiv2/* {
reverse_proxy localhost:8787
}
# gemini balance
reverse_proxy localhost:8000
}