allinaigc commited on
Commit
cb9ef01
·
1 Parent(s): a908508

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -278,7 +278,7 @@ async def data_mode():
278
  # authentication.
279
  import yaml
280
  from yaml.loader import SafeLoader
281
- with open('/Users/yunshi/Downloads/360Data/Data Center/Working-On Task/演讲与培训/2023ChatGPT/Coding/code_interpreter/config.yaml') as file:
282
  config = yaml.load(file, Loader=SafeLoader)
283
  authenticator = stauth.Authenticate(
284
  config['credentials'],
 
278
  # authentication.
279
  import yaml
280
  from yaml.loader import SafeLoader
281
+ with open('./config.yaml') as file:
282
  config = yaml.load(file, Loader=SafeLoader)
283
  authenticator = stauth.Authenticate(
284
  config['credentials'],