Skip to content

Commit

Permalink
Update llm_client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLMS authored Aug 9, 2024
1 parent 8dd4467 commit f61fb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aphra/llm_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from openai import OpenAI

# Logging configuration
logging.basicConfig(filename='model_calls.log', level=logging.INFO,
logging.basicConfig(filename='aphra.log', level=logging.INFO,
format='%(asctime)s - %(levelname)s - %(message)s')


Expand Down

0 comments on commit f61fb84

Please sign in to comment.