Update app/main.py
Browse files- app/main.py +2 -2
app/main.py
CHANGED
@@ -971,8 +971,8 @@ def convert_to_openai_format(gemini_response, model: str) -> Dict[str, Any]:
|
|
971 |
content += part.text
|
972 |
|
973 |
# Apply deobfuscation if it was an encrypt-full model
|
974 |
-
if is_encrypt_full:
|
975 |
-
|
976 |
|
977 |
choices.append({
|
978 |
"index": i,
|
|
|
971 |
content += part.text
|
972 |
|
973 |
# Apply deobfuscation if it was an encrypt-full model
|
974 |
+
# if is_encrypt_full:
|
975 |
+
# content = deobfuscate_text(content)
|
976 |
|
977 |
choices.append({
|
978 |
"index": i,
|