YALCINKAYA commited on
Commit
84ab20f
·
1 Parent(s): 05f391e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def handle_post_request():
75
  return jsonify({"error": "No JSON data provided"}), 400
76
 
77
  message = data.get("inputs", "No message provided.")
78
- model_id = data.get("model_id", "YALCINKAYA/FinetunedByYalcin") # Default model if not provided
79
 
80
  try:
81
  # Generate a response from the model
 
75
  return jsonify({"error": "No JSON data provided"}), 400
76
 
77
  message = data.get("inputs", "No message provided.")
78
+ model_id = data.get("model_id", "YALCINKAYA/FinetunedByYalcin5") # Default model if not provided
79
 
80
  try:
81
  # Generate a response from the model