uniteai icon indicating copy to clipboard operation
uniteai copied to clipboard

Your AI Stack in Your Editor

Results 7 uniteai issues
Sort by recently updated
recently updated
newest added

> 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...

Hello, after installing with `pip3 install --user "uniteai[all]"` I try to run `uniteai_llm`, but receive the following error: ``` Traceback (most recent call last): File "/Users/nick/.local/bin/uniteai_llm", line 5, in from...

Hello, Nice project. I'm using emacs-aichat for the moment, and I just realized there are many projects in this domain and/or trying to unify the access to any GenerativeAI services....

There's work on the transformers main branch that enables Llama.

*Still in Draft* The idea is to have a persistent block of state that the LSP server "owns". This comes from an interest in getting a "Dungeons Master" vibe from...

``` /home/hrehfeld/projects/ext/python-uniteai/.venv/lib/python3.12/site-packages/huggingface_hub/file_download.py:991: UserWarning: Not enough free disk space to download the file. The expected file size is: 9976.57 MB. The target location /home/hrehfeld/.cache/huggingface/hub/models--codellama--CodeLlama-7b-Python-hf/blobs only has xx MB free disk space....

``` Traceback (most recent call last): File "/home/hrehfeld/projects/ext/python-uniteai/.venv/bin/uniteai_llm", line 5, in from uniteai.llm_server import main File "/home/hrehfeld/projects/ext/python-uniteai/.venv/lib/python3.12/site-packages/uniteai/llm_server.py", line 54, in from uniteai.config import load_config File "/home/hrehfeld/projects/ext/python-uniteai/.venv/lib/python3.12/site-packages/uniteai/config.py", line 33, in import...