Rooni commited on
Commit
a9fd480
·
verified ·
1 Parent(s): 3cf1563

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from flask import Flask, request, Response
4
 
5
  app = Flask(__name__)
6
 
7
- GEMINI_BASE_URL = "https://generativelanguage.googleapis.com/v1beta"
8
 
9
 
10
  @app.route("/", methods=["GET"])
 
4
 
5
  app = Flask(__name__)
6
 
7
+ GEMINI_BASE_URL = "https://text.pollinations.ai/openai"
8
 
9
 
10
  @app.route("/", methods=["GET"])