bibibi12345 commited on
Commit
b4e89db
·
verified ·
1 Parent(s): 27d8ea7

Update app/main.py

Browse files
Files changed (1) hide show
  1. 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
- content = deobfuscate_text(content)
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,