You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address function complexity and prompt optimization
- Bundle _process_chunk parameters into plan tuple to fix R0913/R0917 (too many arguments)
- Improve OpenAI prompt to request translation only without quotes/commentary
- Reduce function argument count from 6 to 3 parameters
- Maintain all functionality while improving code organization
{"role": "system", "content": f"You are a translation assistant. Translate the following text to {target_language}."},
481
+
{"role": "system", "content": f"You are a translation assistant. Translate the user's text to {target_language}. Reply with only the translated text, no quotes or commentary."},
0 commit comments