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 f8f1220 commit 25a6cc7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .ci/gpt_prompt_stat.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
import json
import matplotlib.pyplot as plt
import os
'''
# @author : Shiqiding
# @description: 统计gpt prompt
# @version : V1.0
'''
all_gpt_json_path = os.environ.get('all_gpt_json')
#all_gpt_json_path=r'C:\Users\yhd\PycharmProjects\TianjiOrignal\tianji\prompt\gpt_prompt\all_gpt_prompt.json'
# 打开 JSON 文本文件并加载数据
Expand Down
5 changes: 5 additions & 0 deletions .ci/yiyan_prompt_stat.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
import json
import matplotlib.pyplot as plt
import os
'''
# @author : Shiqiding
# @description: 统计yiyan prompt
# @version : V1.0
'''
all_yiyan_json_path = os.environ.get('all_yiyan_json')
#all_yiyan_json_path=r'C:\Users\yhd\PycharmProjects\TianjiOrignal\tianji\prompt\yiyan_prompt\all_yiyan_prompt.json'
# 打开 JSON 文本文件并加载数据
Expand Down

0 comments on commit 25a6cc7

Please sign in to comment.