instructor-js
instructor-js copied to clipboard
Cannot connect to Ollama Endpoint.
I received the following issue by using an Ollama Endpoint: http://my_server_ip:11434/api.
[Instructor:DEBUG] 2024-10-08T07:13:46.505Z: Unknown provider - cant validate options.
It is noted that:
- I am using TS Lib.
- The correct prefix by our server is
/api, instead of/v1.
Your help is much appreciated!
I also tried prefix /v1 but it did not work.
that is just a debug warning saying thata the client you are using is not explicitly type checked. Sorry this is coming so late.