Skip to content

Commit

Permalink
change the logging path from gpt_log to logs
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-husky committed Dec 9, 2023
1 parent 659d762 commit 81f588c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/apps/gradio_gui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ python -m pip install pyautogen[gui]
# export OAI_CONFIG_LIST='/path/to/OAI_CONFIG_LIST'
export OAI_CONFIG_LIST='./OAI_CONFIG_LIST'
export AUTOGEN_USE_DOCKER='False'
export PATH_LOGGING='logs'
export WEB_PORT=12345
# for more environment variables options, please refer to the void terminal project
Expand All @@ -45,6 +46,7 @@ python -m pip install pyautogen[gui]
# set OAI_CONFIG_LIST=/path/to/OAI_CONFIG_LIST
set OAI_CONFIG_LIST=./OAI_CONFIG_LIST
set AUTOGEN_USE_DOCKER=False
set PATH_LOGGING=logs
set WEB_PORT=12345
# for more environment variables options, please refer to the void terminal project
Expand Down

0 comments on commit 81f588c

Please sign in to comment.