fatwang2 / sum4all

网页、视频、图片大模型总结
MIT License
297 stars 57 forks source link

sum4all 遇到问题,gpt3.5可以 换成gpt4o之后就报错了 #68

Open rexinshimin0001 opened 5 months ago

rexinshimin0001 commented 5 months ago

[DEBUG][2024-06-17 16:24:52][plugin_manager.py:189] - Plugin TIMETASK triggered by event Event.ON_HANDLE_CONTEXT [DEBUG][2024-06-17 16:24:52][plugin_manager.py:189] - Plugin TIMETASK triggered by event Event.ON_HANDLE_CONTEXT [DEBUG][2024-06-17 16:24:52][plugin_manager.py:189] - Plugin TIMETASK triggered by event Event.ON_HANDLE_CONTEXT [DEBUG][2024-06-17 16:24:52][plugin_manager.py:189] - Plugin TIMETASK triggered by event Event.ON_HANDLE_CONTEXT [DEBUG][2024-06-17 16:24:52][plugin_manager.py:189] - Plugin TIMETASK triggered by event Event.ON_HANDLE_CONTEXT [DEBUG][2024-06-17 16:24:52][plugin_manager.py:189] - Plugin SUM4ALL triggered by event Event.ON_HANDLE_CONTEXT [ERROR][2024-06-17 16:24:58][sum4all.py:533] - Error calling new combined api: 500 Server Error: Internal Server Error for url: https://ai.sum4all.site/ [DEBUG][2024-06-17 16:24:58][plugin_manager.py:194] - Plugin SUM4ALL breaked event Event.ON_HANDLE_CONTEXT [DEBUG][2024-06-17 16:24:58][chat_channel.py:172] - [WX] ready to decorate reply: Reply(type=TEXT, content=An error occurred) [DEBUG][2024-06-17 16:24:58][chat_channel.py:284] - [WX] ready to send reply: Reply(type=TEXT, content=[ai] An error occurred), context: Context(type=TEXT, content=搜索奔驰G63配置., kwargs={'isgroup': False, 'msg': <channel.wechat.wechat_message.WechatMessage object at 0x7fd70874cd00>, 'origin_ctype': <ContextType.TEXT: 1>, 'openai_api_key': None, 'gpt_model': None, 'session_id': '@97e0893d58e222ec19cfeaf48c7761a4acafa357cca07f82ea7e1a0286f2177c', 'receiver': '@97e0893d58e222ec19cfeaf48c7761a4acafa357cca07f82ea7e1a0286f2177c'}) [INFO][2024-06-17 16:24:58][wechat_channel.py:214] - [WX] sendMsg=Reply(type=TEXT, content=[ai] An error occurred), receiver=@97e0893d58e222ec19cfeaf48c7761a4acafa357cca07f82ea7e1a0286f2177c [DEBUG][2024-06-17 16:24:58][chat_channel.py:300] - Worker return success, session_id = @97e0893d58e222ec19cfeaf48c7761a4acafa357cca07f82ea7e1a0286f2177c

以下是配置 { "url_sum": { "enabled": true, "service": "bibigpt", "group": true, "qa_enabled":true, "qa_prefix":"问", "prompt": "你是一个新闻专家,我会给你发一些网页内容,请你用简单明了的语言做总结。格式如下:📌总结\n一句话讲清楚整篇文章的核心观点,控制在30字左右。\n\n💡要点\n用数字序号列出来3-5个文章的核心内容,尽量使用emoji让你的表达更生动" }, "search_sum": { "enabled": true, "service": "sum4all", "search_service": "duckduckgo", "group": true, "search_prefix":"搜", "prompt": "你是一个信息检索专家,我会把我的问题和搜索结果发给你,请你根据问题,从搜索结果里找出能回答问题的相关内容,用简单明了的语言为我做回复,尽量使用emoji让你的表达更生动" }, "file_sum": { "enabled": true, "service": "sum4all", "max_file_size": "20000", "group": true, "qa_prefix":"问", "prompt": "你是一个新闻专家,我会给你发一些网页内容,请你用简单明了的语言做总结。格式如下:📌总结\n一句话讲清楚整篇文章的核心观点,控制在30字左右。\n\n💡要点\n用数字序号列出来3-5个文章的核心内容,尽量使用emoji让你的表达更生动" }, "image_sum": { "enabled": true, "service": "gemini", "group": false, "qa_prefix":"问", "prompt": "先全局分析图片的主要内容,并按照逻辑分层次、段落,提炼出5个左右图片中的精华信息、关键要点,生动地向读者描述图片的主要内容。注意排版、换行、emoji、标签的合理搭配,清楚地展现图片讲了什么" }, "note": { "enabled": false, "service": "flomo", "prefix":"记" }, "keys": { "sum4all_key": "sk-VrkYs0X47Ga87bS5A64b312e---------------------", "search1api_key": "", "gemini_key": "AIzaSyAhxKLSGzhYM----------------------------", "perplexity_key": "", "open_ai_api_key": "", "model": "gpt-4o", "open_ai_api_base": "https://api.openai.com/v1", "xunfei_app_id": "", "xunfei_api_key": "", "xunfei_api_secret": "", "opensum_key": "", "bibigpt_key": "WLFUn--------", "outputLanguage": "zh-CN", "flomo_key":"" } } 微信截图_20240617162722 微信截图_20240617162929

rexinshimin0001 commented 5 months ago

我把图片识别改成sum4all 可以用 说明api没问题

fatwang2 commented 5 months ago

你是如何用 gpt-4o 的?用的官方 key?

热心市民 @.***>于2024年6月17日 周一16:39写道:

我把图片识别改成sum4all 可以用 说明api没问题

— Reply to this email directly, view it on GitHub https://github.com/fatwang2/sum4all/issues/68#issuecomment-2172697903, or unsubscribe https://github.com/notifications/unsubscribe-auth/A77NZSU3WZ4OVMY3ZDBGIH3ZH2OCTAVCNFSM6AAAAABJNQ4L7CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZSGY4TOOJQGM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

rexinshimin0001 commented 5 months ago

你是如何用 gpt-4o 的?用的官方 key? 热心市民 @.***>于2024年6月17日 周一16:39写 不是啊 用的sum4all

fatwang2 commented 5 months ago

你用 sum4all 的话,不用切换模型,直接图片就是 gpt-4o

热心市民 @.***>于2024年6月18日 周二08:43写道:

你是如何用 gpt-4o 的?用的官方 key? 热心市民 @.***>于2024年6月17日 周一16:39写 不是啊 用的sum4all

— Reply to this email directly, view it on GitHub https://github.com/fatwang2/sum4all/issues/68#issuecomment-2174694761, or unsubscribe https://github.com/notifications/unsubscribe-auth/A77NZSTDLQQVXVTHJHJGJW3ZH57EVAVCNFSM6AAAAABJNQ4L7CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZUGY4TINZWGE . You are receiving this because you commented.Message ID: @.***>

rexinshimin0001 commented 5 months ago

那问答 就是搜问题 用不了gpt-4o只能用3.5对么 我现在是图片可以用4o 但是问答 比如搜奔驰配置 用不了 是不支持4o还是我配置某个地方有问题

fatwang2 commented 5 months ago

哦哦,你如果是想在非图片上也用 gpt-4o 的话,就当做三方代理站用,apibase 写 https://pro.sum4all.site/v1/,用 sum4all 的 key 填写在 openai 上,服务也切换成 openai

热心市民 @.***>于2024年6月18日 周二09:01写道:

那问答 就是搜问题 用不了gpt-4o只能用3.5对么

— Reply to this email directly, view it on GitHub https://github.com/fatwang2/sum4all/issues/68#issuecomment-2174709710, or unsubscribe https://github.com/notifications/unsubscribe-auth/A77NZSTUPFXJXBRC2UZU5TDZH6BH7AVCNFSM6AAAAABJNQ4L7CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZUG4YDSNZRGA . You are receiving this because you commented.Message ID: @.***>

rexinshimin0001 commented 5 months ago

明白了 多谢