ariG23498 HF Staff commited on
Commit
b554fd7
·
verified ·
1 Parent(s): ccda20e

Upload Alibaba-NLP_Tongyi-DeepResearch-30B-A3B_0.py with huggingface_hub

Browse files
Alibaba-NLP_Tongyi-DeepResearch-30B-A3B_0.py CHANGED
@@ -28,7 +28,7 @@ except Exception as e:
28
  from slack_sdk import WebClient
29
  client = WebClient(token=os.environ['SLACK_TOKEN'])
30
  client.chat_postMessage(
31
- channel='#hub-model-metadata-snippets-sprint',
32
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/Alibaba-NLP_Tongyi-DeepResearch-30B-A3B_0.txt|Alibaba-NLP_Tongyi-DeepResearch-30B-A3B_0.txt>',
33
  )
34
 
 
28
  from slack_sdk import WebClient
29
  client = WebClient(token=os.environ['SLACK_TOKEN'])
30
  client.chat_postMessage(
31
+ channel='#exp-slack-alerts',
32
  text='Problem in <https://huggingface.co/datasets/model-metadata/code_execution_files/blob/main/Alibaba-NLP_Tongyi-DeepResearch-30B-A3B_0.txt|Alibaba-NLP_Tongyi-DeepResearch-30B-A3B_0.txt>',
33
  )
34