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
I just tried the uniteai-lsp in emacs. I got it to work, but it did require some tinkering. Installing uniteai[all] couldn't build 'pyaudio', and installing uniteai[openai] did not have all required dependencies. Just running uniteai_lsp requires beautifulsoup and pypdf which are not specified as deps. pip install uniteai[openai] installs latest openai, which doesn't work and has to be rolled back to openai=0.28. Then I think uniteai tries to load the default YAML config before I have finished editing it, which specifies modules transcription and document. They require additional deps and the lsp server crashes.
In summary:
Address the toml file to make sure deps work as expected
OpenAI updated their API, and I guess their lib too. Upgrade? pin version?
Streamline the installation process a bit. The config yaml must be giving people some grief.
The text was updated successfully, but these errors were encountered:
In summary:
toml
file to make sure deps work as expectedThe text was updated successfully, but these errors were encountered: