thmsmlr / instructor_ex

Structured outputs for LLMs in Elixir
https://hexdocs.pm/instructor
520 stars 58 forks source link

Draft: FIx #32 & Add Gemini Adapter #58

Open acalejos opened 4 months ago

acalejos commented 4 months ago

FIxes #32

echo_response is being called every time despite it only matching for calls made of type :tool, so this just adds a catch also it doesn't get a match error.

acalejos commented 4 months ago

Added Gemini adapter (#45 ) to this PR. Streaming is not implemented yet, but initial testing has normal chat completion working.