mirror of
https://github.com/AskDavis/nate-discord.git
synced 2026-01-01 05:05:58 -08:00
dont load env variables from .env in docker container
This commit is contained in:
@@ -2,7 +2,7 @@ from dotenv import load_dotenv
|
||||
import openai
|
||||
import os
|
||||
import json
|
||||
load_dotenv()
|
||||
#load_dotenv()
|
||||
openai.api_key=os.getenv('OPENAI_KEY')
|
||||
|
||||
SYSTEM_DIRECTIVES = []
|
||||
|
||||
Reference in New Issue
Block a user