Spaces:
Running
Running
Merge pull request #6 from CCCBora/pre-defined-references
Browse files- app.py +3 -3
- 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-
|
116 |
|
117 |
-
|
118 |
|
119 |
-
|
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
|
|