binary-husky commited on
Commit
f48914f
1 Parent(s): 443f235

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -12
README.md CHANGED
@@ -43,17 +43,16 @@ huggingface免科学上网[在线体验](https://huggingface.co/spaces/qingxu98/
43
 
44
  </div>
45
 
46
- <!-- - 新界面(左:master主分支, 右:dev开发前沿) -->
47
  - 新界面(修改config.py中的LAYOUT选项即可实现“左右布局”和“上下布局”的切换)
48
  <div align="center">
49
  <img src="https://user-images.githubusercontent.com/96192199/230361456-61078362-a966-4eb5-b49e-3c62ef18b860.gif" width="700" >
50
  </div>
51
 
52
 
53
-
54
  - 所有按钮都通过读取functional.py动态生成,可随意加自定义功能,解放粘贴板
55
  <div align="center">
56
- <img src="img/公式.gif" width="700" >
57
  </div>
58
 
59
  - 润色/纠错
@@ -61,25 +60,17 @@ huggingface免科学上网[在线体验](https://huggingface.co/spaces/qingxu98/
61
  <img src="img/润色.gif" width="700" >
62
  </div>
63
 
64
-
65
- - 支持GPT输出的markdown表格
66
- <div align="center">
67
- <img src="img/demo2.jpg" width="500" >
68
- </div>
69
-
70
  - 如果输出包含公式,会同时以tex形式和渲染形式显示,方便复制和阅读
71
  <div align="center">
72
- <img src="https://user-images.githubusercontent.com/96192199/231975334-b4788e91-4887-412f-8b43-2b9c5f41d248.gif" width="700" >
73
  </div>
74
 
75
-
76
  - 懒得看项目代码?整个工程直接给chatgpt炫嘴里
77
  <div align="center">
78
  <img src="https://user-images.githubusercontent.com/96192199/226935232-6b6a73ce-8900-4aee-93f9-733c7e6fef53.png" width="700" >
79
  </div>
80
 
81
  - 多种大语言模型混合调用([v3.0分支](https://github.com/binary-husky/chatgpt_academic/tree/v3.0)测试中)
82
-
83
  <div align="center">
84
  <img src="https://user-images.githubusercontent.com/96192199/231222778-34776885-a7f0-4f2c-b5f4-7cc2ef3ecb58.png" width="700" >
85
  </div>
 
43
 
44
  </div>
45
 
46
+
47
  - 新界面(修改config.py中的LAYOUT选项即可实现“左右布局”和“上下布局”的切换)
48
  <div align="center">
49
  <img src="https://user-images.githubusercontent.com/96192199/230361456-61078362-a966-4eb5-b49e-3c62ef18b860.gif" width="700" >
50
  </div>
51
 
52
 
 
53
  - 所有按钮都通过读取functional.py动态生成,可随意加自定义功能,解放粘贴板
54
  <div align="center">
55
+ <img src="https://user-images.githubusercontent.com/96192199/231975334-b4788e91-4887-412f-8b43-2b9c5f41d248.gif" width="700" >
56
  </div>
57
 
58
  - 润色/纠错
 
60
  <img src="img/润色.gif" width="700" >
61
  </div>
62
 
 
 
 
 
 
 
63
  - 如果输出包含公式,会同时以tex形式和渲染形式显示,方便复制和阅读
64
  <div align="center">
65
+ <img src="https://user-images.githubusercontent.com/96192199/230598842-1d7fcddd-815d-40ee-af60-baf488a199df.png" width="700" >
66
  </div>
67
 
 
68
  - 懒得看项目代码?整个工程直接给chatgpt炫嘴里
69
  <div align="center">
70
  <img src="https://user-images.githubusercontent.com/96192199/226935232-6b6a73ce-8900-4aee-93f9-733c7e6fef53.png" width="700" >
71
  </div>
72
 
73
  - 多种大语言模型混合调用([v3.0分支](https://github.com/binary-husky/chatgpt_academic/tree/v3.0)测试中)
 
74
  <div align="center">
75
  <img src="https://user-images.githubusercontent.com/96192199/231222778-34776885-a7f0-4f2c-b5f4-7cc2ef3ecb58.png" width="700" >
76
  </div>