Hello Gemini-OpenAI-Proxy from deno!

    You can try it with:

    curl https://gemini-openai-proxy.deno.dev/v1/chat/completions \
    -H "Authorization: Bearer $YOUR_GEMINI_API_KEY" \
    -H "Content-Type: application/json" \
    -d '{
        "model": "gpt-3.5-turbo",
        "messages": [{"role": "user", "content": "Hello"}],
        "temperature": 0.7
    }'