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
const cleanInfo = await runPrompt(_ => {
// use def, $ and other helpers
_.def("INFO", parktext.text)
_.$`You are an expert in web content.
Extract out of the file INFO, which is HTML with lots of CSS and HTML tags,
the important information that a human would want to know.`
},
{ model: "ollama:phi3", system: ["system"]}
)
It looks like adding "system" causes an error in the script but when I omit it, the model used to run the runPrompt isn't ollama:phi3.
The text was updated successfully, but these errors were encountered:
I've got this code in my script:
It looks like adding "system" causes an error in the script but when I omit it, the model used to run the runPrompt isn't ollama:phi3.
The text was updated successfully, but these errors were encountered: