shaocongma commited on
Commit
b664c7d
1 Parent(s): c304855

Update requirement.txt

Browse files
Files changed (2) hide show
  1. app.py +3 -3
  2. requirements.txt +0 -0
app.py CHANGED
@@ -112,11 +112,11 @@ with gr.Blocks(theme=theme) as demo:
112
  本Demo提供对[Auto-Draft](https://github.com/CCCBora/auto-draft)的auto_draft功能的测试.
113
  通过输入想要生成的论文名称(比如Playing atari with deep reinforcement learning),即可由AI辅助生成论文模板.
114
 
115
- ***2023-05-03 Update***: 在公开版本中为大家提供了输入OpenAI API Key的地址, 如果有GPT-4的API KEY的话可以在这里体验!
116
 
117
- 在这个Huggingface Organization里也提供一定额度的免费体验: [AUTO-ACADEMIC](https://huggingface.co/auto-academic).
118
 
119
- 如果有更多想法和建议欢迎加入QQ群里交流, 如果我在Space里更新了Key我会第一时间通知大家. 群号: ***249738228***.
120
  ''')
121
 
122
  with gr.Row():
 
112
  本Demo提供对[Auto-Draft](https://github.com/CCCBora/auto-draft)的auto_draft功能的测试.
113
  通过输入想要生成的论文名称(比如Playing atari with deep reinforcement learning),即可由AI辅助生成论文模板.
114
 
115
+ ***2023-05-17 Update***: 我的API的余额用完了, 所以这个月不再能提供GPT-4的API Key. 这里为大家提供了一个位置输入OpenAI API Key. 同时也提供了GPT-3.5的兼容. 欢迎大家自行体验.
116
 
117
+ 如果有更多想法和建议欢迎加入QQ群里交流, 如果我在Space里更新了Key我会第一时间通知大家. 群号: ***249738228***.
118
 
119
+ 请注意不要在`Cache`显示AVAILABLE的时候输入你的Key, 因为会被上传到我的云储存里.
120
  ''')
121
 
122
  with gr.Row():
requirements.txt CHANGED
Binary files a/requirements.txt and b/requirements.txt differ