Adds necessary spaces

Introduces spaces between code blocks.
This commit is contained in:
Andres Caicedo
2023-04-04 11:36:50 +02:00
parent 621f18eba7
commit 62615cacc9
4 changed files with 12 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
import openai
from config import Config
cfg = Config()
openai.api_key = cfg.openai_api_key