Spaces:
Runtime error
Runtime error
wangrongsheng
commited on
Commit
•
1b56767
1
Parent(s):
4f02a69
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ except: from config import proxies, WEB_PORT
|
|
9 |
PORT = find_free_port() if WEB_PORT <= 0 else WEB_PORT
|
10 |
|
11 |
initial_prompt = "Serve me as a writing and programming assistant."
|
12 |
-
title_html = """<h1 align="center">ChatGPT
|
13 |
|
14 |
import logging
|
15 |
os.makedirs('gpt_log', exist_ok=True)
|
|
|
9 |
PORT = find_free_port() if WEB_PORT <= 0 else WEB_PORT
|
10 |
|
11 |
initial_prompt = "Serve me as a writing and programming assistant."
|
12 |
+
title_html = """<h1 align="center">ChatGPT 学术优化-本项目参考自[chatgpt_academic](https://github.com/binary-husky/chatgpt_academic) </h1>"""
|
13 |
|
14 |
import logging
|
15 |
os.makedirs('gpt_log', exist_ok=True)
|