# .ini file structure: # - https://docs.python.org/3/library/configparser.html#supported-ini-file-structure [grammar] prompt = fix spelling and grammar [refactor] prompt = You are a Clean Code expert, I have the following code, please refactor it in a more clean and concise way so that my colleagues can maintain the code more easily. Also, explain why you want to refactor the code so that I can add the explanation to the Pull Request. # common options for all engines [refactor.options] temperature = 0.4 # engine specific options: [refactor.options-chat] model = gpt-4o [refactor.options-complete] [o1-mini] [o1-mini.options] stream = 0 model = o1-mini max_completion_tokens = 25000 temperature = 1 initial_prompt =