Skip to content

Commit

Permalink
Updating app with carol app settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
poffo committed Dec 8, 2023
1 parent 7febf19 commit 0f83e23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mastering-carol/online-data-app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
else:
logging.info('using the standard file for Google SA.')

os.environ["OPENAI_ORGANIZATION"] = settings['openai_organization']
os.environ["OPENAI_API_KEY"] = settings['openai_api_key']

logging.info('Before starting the server!')

# Goblet App
Expand Down

0 comments on commit 0f83e23

Please sign in to comment.