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