try
This commit is contained in:
@@ -32,6 +32,8 @@ from foodie_config import (
|
|||||||
last_author_index = -1
|
last_author_index = -1
|
||||||
# Global to track round-robin index
|
# Global to track round-robin index
|
||||||
round_robin_index = 0
|
round_robin_index = 0
|
||||||
|
# Define logger at module level
|
||||||
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
client = OpenAI(api_key=os.getenv("OPENAI_API_KEY"))
|
client = OpenAI(api_key=os.getenv("OPENAI_API_KEY"))
|
||||||
|
|||||||
Reference in New Issue
Block a user