mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-02-14 08:16:32 +08:00
feat: image num limit
This commit is contained in:
@@ -389,7 +389,7 @@ class LinkAIBot(Bot):
|
||||
try:
|
||||
i = 0
|
||||
for url in image_urls:
|
||||
if i >= 1:
|
||||
if i >= 3:
|
||||
continue
|
||||
i += 1
|
||||
if url.endswith(".mp4"):
|
||||
|
||||
Reference in New Issue
Block a user