PSNbst commited on
Commit
1bfab2e
·
verified ·
1 Parent(s): 954ca90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ def forced_replace(prompt, direction):
159
  ##############################################################################
160
  # 5. 核心 GPT/DeepSeek 调用
161
  ##############################################################################
162
- def generate_transformed_output(prompt, gender_option, top_cat, sub_cat, species_item, api_mode, api_key):
163
  if not api_key:
164
  return "Error: No API Key provided."
165
 
 
159
  ##############################################################################
160
  # 5. 核心 GPT/DeepSeek 调用
161
  ##############################################################################
162
+ def generate_transformed_output(prompt, gender_option, gender_selection_furry, top_cat, sub_cat, species_item, api_mode, api_key):
163
  if not api_key:
164
  return "Error: No API Key provided."
165