Thomas Millar

Results 22 comments of Thomas Millar

Another seemingly really common example is that when you add a new import statement to your script for something to use later. Right now it'll rerun the entire script because...

I found a little work around: https://github.com/crxjs/chrome-extension-tools/issues/609#issuecomment-1563634844

Hey y'all, I found a work around that unblocks me in development. What I found is that if you `import "index.css"` and modify the `index.css` file HMR does work properly....

I found a workaround in the meantime: https://github.com/crxjs/chrome-extension-tools/issues/609#issuecomment-1563634844

Does your code also use validations and max_retries? Could be a weird interaction between the vision api response and the instructor validation / reasking feature

Can someone on this thread verify that they're still getting this issue with the latest release? We did an internal refactor that got rid of this function and put the...

Why does this require a code change? Couldn't you just add the a custom `headers: %{}` to the `:http_options` to accomplish this? Am I missing something?

Solved in the latest release, [{:instructor, "~> 0.1.0"}](https://hex.pm/packages/instructor/0.1.0) We've migrated to using @llm_doc for this exact reason

This is due to how the stream parsing was set up in Instructor initially. The new version will print out the entire text stream if it fails to parse. This...

Yes, i'm in support. I don't think it should be too difficult, just a new adapter. I have heard Claude really like XML style prompting. And while instructor_ex doesn't have...