~ |  Merge pull request #817

pull/816/head
abc 11 months ago
parent 7759ec7948
commit 710922ef0f

@ -12,7 +12,6 @@ from g4f import ChatCompletion
app = Flask(__name__)
CORS(app)
@app.route("/chat/completions", methods=["POST"])
def chat_completions():
model = request.get_json().get("model", "gpt-3.5-turbo")

Loading…
Cancel
Save