instructor_ex icon indicating copy to clipboard operation
instructor_ex copied to clipboard

Draft: FIx #32 & Add Gemini Adapter

Open acalejos opened this issue 1 year ago • 1 comments

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 avatar Jun 01 '24 14:06 acalejos

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

acalejos avatar Jun 02 '24 02:06 acalejos