mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-20 21:57:14 +08:00
feat: bring in openai completion api
This commit is contained in:
@@ -7,6 +7,8 @@ from config import conf
|
||||
user_session = dict()
|
||||
last_session_refresh = time.time()
|
||||
|
||||
|
||||
# ChatGPT web接口 (暂时不可用)
|
||||
class ChatGPTBot(Bot):
|
||||
def __init__(self):
|
||||
config = {
|
||||
|
||||
Reference in New Issue
Block a user