Skip to content

Commit

Permalink
统计
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldWaterFall committed Jan 30, 2024
1 parent ce1493f commit 1079206
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
yiyan_output_json_path: 'tianji/prompt/yiyan_prompt/all_yiyan_prompt.json'
run: python .ci/build_all_yiyan_prompt.py

# - name: Count the number of gpt prompts
# env:
# all_gpt_json: 'tianji/prompt/gpt_prompt/all_gpt_prompt.json'
# run : python .ci/gpt_prompt_stat.py
#
# - name: Count the number of yiyan prompts
# env: ''
# all_yiyan_json: 'tianji/prompt/yiyan_prompt/all_yiyan_prompt.json'
# run : python .ci/yiyan_prompt_stat.py
- name: Count the number of gpt prompts
env:
all_gpt_json: 'tianji/prompt/gpt_prompt/all_gpt_prompt.json'
run : python .ci/gpt_prompt_stat.py

- name: Count the number of yiyan prompts
env:
all_yiyan_json: 'tianji/prompt/yiyan_prompt/all_yiyan_prompt.json'
run : python .ci/yiyan_prompt_stat.py

0 comments on commit 1079206

Please sign in to comment.