instructor_ex icon indicating copy to clipboard operation
instructor_ex copied to clipboard

Structured outputs for LLMs in Elixir

Results 38 instructor_ex issues
Sort by recently updated
recently updated
newest added

An adapter for Anthropic's Claude AI was added.

The discord invite link in the README is expired.

Hi 👋 and thank you for the amazing library! This PR proposes a little code reshuffling in order to hopefully make main interface more flexible. ### Problem I want to...

I'm unsure if this is affecting anyone else, but for me, I get doubling of the system prompt on retries. This prevents it by checking if it's already in the...

Running chat_completion on Ollama sometimes works, but mostly returns a "can't be blank" error ``` messages = [ %{role: "user", content: "Who were the first three president of the United...

Just putting this out there as I think it will become more common (and I'm currently exploring it). Would it be as simple as writing an adapter behaviour?

Would it be possible to also add steps for "regular" function calling? The use case I'm looking at is involving providing a function schema to the LLM to use for...

I'm new to mix/elixir and when I was trying to add the dependency it failed with an error ``` Resolving Hex dependencies... Resolution completed in 0.253s Because the lock depends...