mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-02 00:57:41 +08:00
fix(Dockerfile): add extra-index-url to pip install command
This commit is contained in:
@@ -119,7 +119,7 @@ class ChatChannel(Channel):
|
||||
pass
|
||||
else:
|
||||
return None
|
||||
|
||||
content = content.strip()
|
||||
img_match_prefix = check_prefix(content, conf().get("image_create_prefix"))
|
||||
if img_match_prefix:
|
||||
content = content.replace(img_match_prefix, "", 1)
|
||||
|
||||
Reference in New Issue
Block a user