instructor_ex icon indicating copy to clipboard operation
instructor_ex copied to clipboard

fix(Llamacpp): `Llamacpp.url/0` doesn't return the url that was set in config

Open alvises opened this issue 9 months ago • 0 comments

LLamacpp adapter uses the wrong config field to get the API url. To create a unit test around LLamacpp.url/0 I made the function public. I've also added a nil case in the test setup to be able to run a test without adapter (at the moment tests with Llamacpp adapter are excluded).

alvises avatar May 15 '24 20:05 alvises