markuswt/gpt-commit

There might be an unnecessary char `f`

andreas-becker opened this issue · 1 comments

"Authorization": f"Bearer {OPENAI_API_KEY}"

The f is used to indicate an f-string.