Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
KenyonY committed May 21, 2023
1 parent 020fa12 commit 0042ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openai_forward/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.0"
__version__ = "0.2.1"

from dotenv import load_dotenv

Expand Down
2 changes: 1 addition & 1 deletion openai_forward/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def emit(self, record):
)


def setting_log(save_file=False, log_name=None, multi_process=True):
def setting_log(save_file=False, log_name="openai_forward", multi_process=True):
# TODO 修复时区配置
if os.environ.get("TZ") == "Asia/Shanghai":
os.environ['TZ'] = "UTC-8"
Expand Down

0 comments on commit 0042ef1

Please sign in to comment.