Skip to content

Commit

Permalink
Merge pull request #1038 from Trainersudhanshu/main
Browse files Browse the repository at this point in the history
Update config.py
  • Loading branch information
feder-cr authored Jan 13, 2025
2 parents 11d597e + 8bb754e commit 104dc68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from src.utils.constants import DEBUG, ERROR, LLM_MODEL, OPENAI

#config related to logging must have prefix LOG_
LOG_LEVEL = ERROR
LOG_LEVEL = 'ERROR'
LOG_SELENIUM_LEVEL = ERROR
LOG_TO_FILE = False
LOG_TO_CONSOLE = False
Expand All @@ -19,4 +19,4 @@
LLM_MODEL_TYPE = 'openai'
LLM_MODEL = 'gpt-4o-mini'
# Only required for OLLAMA models
LLM_API_URL = ''
LLM_API_URL = ''

0 comments on commit 104dc68

Please sign in to comment.