v1.93.3
Whats Changed
You can now take screenshots per step when using OpenAI to manipulate the page.
Connecting to a proxy on chrome headless remote is now fixed.
- feat(openai): add screenshot js execution after effects
- feat(openai): add deserialization error determination
- chore(chrome): fix proxy server headless connecting
use spider::configuration::GPTConfigs;
let mut gpt_config: GPTConfigs = GPTConfigs::new_multi(
"gpt-4-1106-preview",
vec!["Search for Movies", "Extract the hrefs found."],
3000,
);
gpt_config.screenshot = true;
gpt_config.set_extra(true);Full Changelog: v1.92.0...v1.93.3