openai-python
openai-python copied to clipboard
changing the format method to the faster f-strings in python
I just switched out the format method calls for f-strings since they're faster. I left the old code as comments and will delete the old code once these changes are approved by OpenAI.