Skip to content

User Feedback from Discord #30

@freckletonj

Description

@freckletonj

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions