NekoFengFeng commited on
Commit
670f33a
·
verified ·
1 Parent(s): 8463925

update dataset_id

Browse files
Files changed (1) hide show
  1. app/config.py +1 -1
app/config.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
 
3
  # 应用配置
4
- DATASET_ID = "Nekoko/StickerSet"
5
  COZE_API_TOKEN = os.getenv('COZE_API_TOKEN')
6
  HUGGING_FACE_TOKEN = os.getenv('HUGGING_FACE_TOKEN')
7
  DEEPSEEK_API_KEY = os.getenv('DEEPSEEK_API_KEY')
 
1
  import os
2
 
3
  # 应用配置
4
+ DATASET_ID = "NekoFengFeng/Stickers"
5
  COZE_API_TOKEN = os.getenv('COZE_API_TOKEN')
6
  HUGGING_FACE_TOKEN = os.getenv('HUGGING_FACE_TOKEN')
7
  DEEPSEEK_API_KEY = os.getenv('DEEPSEEK_API_KEY')