Skip to content

Commit

Permalink
removed the published openai key from config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunil Surendra Singh committed Oct 10, 2023
1 parent ae80221 commit ec6637f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,5 @@ class AppConfig:
"Third-Person Omniscient",
]

HF_TOKEN = "Bearer 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"
OPENAI_KEY = "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"
I2T_API_URL = (
"https://api-inference.huggingface.co/models/Sof22/image-caption-large-copy"
)
MONGO_CONN_STR = "mongodb+srv://sssingh:Topsycret1@cluster0.fcwxggj.mongodb.net/"


app_config = AppConfig()

0 comments on commit ec6637f

Please sign in to comment.