allinaigc commited on
Commit
6280e86
·
1 Parent(s): 6e9b968

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -443,7 +443,7 @@ async def data_mode():
443
  ### authentication with a local yaml file.
444
  import yaml
445
  from yaml.loader import SafeLoader
446
- with open('/Users/yunshi/Downloads/360Data/Data Center/Working-On Task/演讲与培训/2023ChatGPT/Coding/code_interpreter/config.yaml') as file:
447
  config = yaml.load(file, Loader=SafeLoader)
448
  authenticator = stauth.Authenticate(
449
  config['credentials'],
 
443
  ### authentication with a local yaml file.
444
  import yaml
445
  from yaml.loader import SafeLoader
446
+ with open('./config.yaml') as file:
447
  config = yaml.load(file, Loader=SafeLoader)
448
  authenticator = stauth.Authenticate(
449
  config['credentials'],