arshadrana commited on
Commit
5e4c2c0
·
verified ·
1 Parent(s): 6210e80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import dashscope
5
  from dashscope import Generation
6
 
7
  # Set up the API key for Dashscope
8
- YOUR_API_TOKEN = os.getenv('YOUR_API_TOKEN')
9
  dashscope.api_key = YOUR_API_TOKEN
10
 
11
  app = FastAPI()
 
5
  from dashscope import Generation
6
 
7
  # Set up the API key for Dashscope
8
+ YOUR_API_TOKEN = os.getenv('YOUR_API')
9
  dashscope.api_key = YOUR_API_TOKEN
10
 
11
  app = FastAPI()