Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|