You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that, even if not mentioned everywhere in the readme, oobabooga support was added in #13 by @kabachuha.
Apparently you guys managed to get it working (correct me if I am wrong), but unfortunately I cannot.
Could you provide some instructions to link obsidian-companion with text generation webui?
I have a working setup of oobabooga with a model loaded which I can use to chat.
I have started the OpenAI-compatible oobabooga API with the flags --api--listen.
However, I do not understand how to configure the Companion from Obsidian settings.
I have already tried with multiple IPs into the API URL field, but none seems to work.
The text was updated successfully, but these errors were encountered:
Yes, and that's because HTTP requests are being sent to incorrect URLs.
Take a look at this code, which is supposed to retrieve completions from the oobabooga API.
The URLs are way different from the ones in the oobabooga's API guide.
Maybe they were made for an older version and were never updated.
It seems that, even if not mentioned everywhere in the readme, oobabooga support was added in #13 by @kabachuha.
Apparently you guys managed to get it working (correct me if I am wrong), but unfortunately I cannot.
Could you provide some instructions to link obsidian-companion with text generation webui?
I have a working setup of oobabooga with a model loaded which I can use to chat.
I have started the OpenAI-compatible oobabooga API with the flags
--api
--listen
.However, I do not understand how to configure the Companion from Obsidian settings.
I have already tried with multiple IPs into the API URL field, but none seems to work.
The text was updated successfully, but these errors were encountered: