zhu327 / gemini-openai-proxy

A proxy for converting the OpenAI API protocol to the Google Gemini Pro protocol.
MIT License
580 stars 109 forks source link

[Feature Request] api key decorative suffix for format checking #46

Open rexkyng opened 2 months ago

rexkyng commented 2 months ago

Some services have api key format checking when entering the api key

gitlens in vscode for example image

Most of this encounters mostly be requiring the api key start with sk- or have a matching length

Would be nice for this proxy to allow the api key attached with decorative suffix to meet these requirements. Thanks.