This website requires JavaScript.
Explore
Help
Register
Sign In
Austin
/
QChatGPT
Watch
1
Star
0
Fork
0
You've already forked QChatGPT
mirror of
https://github.com/RockChinQ/QChatGPT.git
synced
2024-11-16 03:32:33 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
1900ddacbb
QChatGPT
/
start.py
8 lines
100 B
Python
Raw
Normal View
History
Unescape
Escape
refactor: yirimirai 适配器实现异步
2024-01-23 22:28:30 +08:00
import
asyncio
refactor: 请求处理控制流基础架构
2024-01-26 15:51:49 +08:00
from
pkg
.
core
import
boot
refactor: yirimirai 适配器实现异步
2024-01-23 22:28:30 +08:00
if
__name__
==
'
__main__
'
:
asyncio
.
run
(
boot
.
main
(
)
)
Reference in New Issue
Copy Permalink