Skip to content

Commit

Permalink
Merge pull request #93 from boostcampaitech5/bug#91
Browse files Browse the repository at this point in the history
refactor: add API_KEY
  • Loading branch information
HeewonKwak authored Aug 25, 2023
2 parents 9c6a860 + b6cb890 commit 5541196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Backend/backend_model/app/services/predict.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# model
import openai
from core.config import API_KEY
# data
import numpy as np
from services.filters import filter
Expand Down

0 comments on commit 5541196

Please sign in to comment.