uniteai
uniteai copied to clipboard
User Feedback from Discord
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
tomlfile 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.