comfyui 接入openai最新模型o1,并让o1能够直接写网页并渲染成图片展示,获得工具调用能力

不废话,上图:

o1模型的问题就是没有系统提示词,也不能工具调用,但是在我的comfyui插件中都做了相关的优化

用o1写网页并渲染成图片展示

可以使用系统提示词了

开启我的黑科技参数 tool in system prompt 可以实现临时工具调用

这是我的comfyui 插件项目地址

heshengtao/comfyui_LLM_party: Dify in ComfyUI includes Omost, ChatTTS, and FLUX prompt nodes,access to Feishu,discord,and adapts to all llms with similar openai/gemini interfaces, such as gpt-4o,o1,ollama, qwen, GLM, deepseek, moonshot,doubao. Adapted to local llms such as llama/ Peach-9B/qwen/GLM,Linkage neo4j KG,Implemented the function of graphRAG.Supports a variety of RAG. (github.com)

4 个赞

前排围观支持一下

感谢大佬教程!!