You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In LLMTool.swift it doesn't build the prompt correctly when there are images or video:
letmessages:[[String:Any]]=
if !images.isEmpty || !videos.isEmpty {[["role":"user","content":[["type":"text","text": generate.system,]]
It looks like this was inadvertently added in #206 -- it needs to include the use prompt. I think this should probably generate two dictionaries and this first one should be role: system.
In LLMTool.swift it doesn't build the prompt correctly when there are images or video:
It looks like this was inadvertently added in #206 -- it needs to include the use prompt. I think this should probably generate two dictionaries and this first one should be
role: system
.I think we can fix this in #257
The text was updated successfully, but these errors were encountered: