~ |  Merge pull request #817

This commit is contained in:
abc 2023-08-17 15:35:52 +02:00
parent 7759ec7948
commit 710922ef0f
1 changed files with 0 additions and 1 deletions

View File

@ -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")