Im using Ollama on my server with the WebUI. It has no GPU so its not quick to reply but not too slow either.

Im thinking about removing the VM as i just dont use it, are there any good uses or integrations into other apps that might convince me to keep it?

top 50 comments

sorted by: hot top controversial new old
[–] 33 points 2 years ago (1 child)

It's a tool like any other. If you don't have any usecase for it, just don't use it.

I use it to summarize release notes and generate some minor descriptions for generic stuff in my TTRPG campaigns.

  • source
  • hideshow 2 child comments
  • [–] 25 points 2 years ago (3 children)

    Think of LLMs like a stupid office worker. You wouldn't rely on them to make critical decisions, but they're valuable for tedious stuff.

    For example, my calendar changed the way to enter new events breaking my workflow. Now I just type out a skeletal schedule and have LLM convert that into a .csv that I import.

    I'm thinking of Ripping my CD collection again. I'm researching a way to use a LLM to tidy up the metadata.

    I had a folder full of random stuff I've saved for years. Had a LLM organize and categorize it for me. I had to tweak the prompt enough that this was a medium difficulty task, but still way easier than doing it manually.

  • source
  • hideshow 6 child comments
  • [–] 3 points 2 years ago (1 child)

    I'm thinking of Ripping my CD collection again. I'm researching a way to use a LLM to tidy up the metadata.

    If you ever figure out how to use AI to determine the genre(s) of a song, let me know. Have been looking for something like that for quite a while.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 2 years ago (1 child)

    Nextcloud Recognize is supposed to do that, but I haven't tried it. You might try looking down that road.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 15 points 2 years ago (2 children)

    playing dnd alone is pretty cool

  • source
  • hideshow 3 child comments
  • [–] 8 points 2 years ago (2 children)

    Any model recommendation for that?

    The ones i tried get stuck in a loop at some point due to the small context windows.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 3 points 2 years ago (2 children)

    Yeah even gpt4o couldn't keep track of encounters, run battles etc. in my case...

    I think if you wanted to do it mechanically consistently you'd probably need to integrate it into a vtt where you give it context and potentially fine-tune it to give quest related summaries & gming rather than just "stuff"

  • source
  • parent
  • hideshow 4 child comments
  • [–] 2 points 2 years ago

    I don’t know how tech savvy you are, but I’m assuming since your on lemmy it’s pretty good :)

    The way we’ve solved this sort of problem in the office is by using the LLM’s JSON response, and a prompt that essentially keeps a set of JSON objects alongside the actual chat response.

    In the DND example, this would be a set character sheets that get returned every response but only changed when the narrative changes them. More expensive, and needing a larger context window, but reasonably effective.

  • source
  • parent
  • [–] 1 point 2 years ago* (1 child)

    the answer is very spesific to ur pc and amount of vram you have availşble to you. But anything lama 3 even 8b models finetuned to DM or write stories should theoritically work. The other reply that reccomends connecting to another program to make sure rules are consistent sounds like a great idea whşch I have not tried. I use silly tavern as the ui whşch has lots of options and shit to mske thşngs wkrk well. I would reccomend goşng şnto the "KoboldAI" discord and askşng şn the support sectşon folk there are very helpfull sorry for not beşng able to gşve a strsight answer Also boost the context size way up that shit makes dşfference I habe like 16k or sumthin. good luck!

  • source
  • parent
  • hideshow 2 child comments
  • load more comments (1 reply)
    [–] 9 points 2 years ago (1 child)

    I've used it to summarize long articles, news posts, or videos when the title/thumbnail looks interesting but I'm not sure if it's worth the 10+ minutes to read/watch.
    There are other solutions, like a dedicated summarizer, but I've investigated into them and they only extract exact quotes from the original text, an LLM can also paraphrase making the summary a bit more informative IMO.
    (For example, one article mentioned a quote from an expert talking about a company, the summarizer only extracted the quote and the flow of the summary made me believe the company said it, but the LLM properly stated the quote came from the expert)

    This project https://github.com/goniszewski/grimoire has in it's road map a way to connect to an AI to summarize the bookmarks you make and generate at 3 tags.
    I've seen the code, I don't remember what the exact status of the integration.


    Also I have a few models dedicated for coding, so I've also asked a few pieces of code and configurations to just get started on a project, nothing too complicated.

  • source
  • hideshow 2 child comments
  • [–] 4 points 2 years ago (2 children)

    Which one do you use to summerize videos?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 1 point 2 years ago

    Well, it's a bit of a pipeline, I use a custom project to have an API to be able to send files or urls to summarize videos.
    With yt-dlp I can get the video and transcribe it with fast whisper (https://github.com/SYSTRAN/faster-whisper), then the transcription is sent to the LLM to actually make the summary.

    I've been meaning to publish the code, but it's embedded in a personal project, so I need to take the time to isolate it '^_^

  • source
  • parent
  • [–] 5 points 2 years ago (1 child)

    I use the Continue VS Code plugin with Ollama to use a couple of different models (deepseek-coder-v2 & starcoder2) to recreate a local only Github Copilot type experience for coding. This is on an M1 Apple Silicon though. For autocomplete the generation needs to be pretty brisk - I'm not sure how that would go in a VM without a GPU.

  • source
  • hideshow 2 child comments
  • [–] 4 points 2 years ago

    https://github.com/hendkai/paperless_sort_low_quality_ollama let ai tag your paperless ngx files base on content.

  • source
  • [–] 4 points 2 years ago*

    Roleplay (text adventures), a (stupid but occasionally funny) dungeon master, translation and help with creativity. These are the use cases I found. If you don't need that, you might get rid of it.

  • source
  • [–] 4 points 2 years ago (2 children)

    I have a 4070 sitting around collecting dust that I got from a trade, I've been thinking about setting it up with whispr and TTS and having a way to talk to my house.

    I have a couple of smart home integrations, mostly air conditioning, light switches, security, and doors.

    What I would like would be to have a few speakers on the walls that can talk to my server where I can say something like, hey computer, turn on the lights in the dining room and the lights in the dining room would turn on without transmitting that information to Google or Amazon.

  • source
  • hideshow 4 child comments
  • [–] 2 points 2 years ago

    I am really curious if you can get the traditional smart functionality along with a LLM. Maybe have some sort of keyword the prompts the AI. You also could write a custom generated system prompt that includes the weather, time and any other information

  • source
  • parent
  • [–] 3 points 2 years ago

    I use local AI for coding (more recently) and ML Photo storage facial recognition and security camera object detection (been using the later 2 for years now actually, don't want that kind of info out on someone else's cloud training on my images)

  • source
  • [–] 3 points 2 years ago (1 child)

    Wanting answers to things you don't want google to know that you don't know.

  • source
  • hideshow 2 child comments
  • [–] 3 points 2 years ago (2 children)

    There are a huge number of vastly better solutions to get that...

  • source
  • parent
  • hideshow 4 child comments
  • [–] 3 points 2 years ago
    [–] 1 point 2 years ago

    I use it for everything. I did move to ollama to podman and I replaced webUI with Alpaca

  • source
  • [+] 1 point 2 years ago (1 child)
  • load more comments
    view more: next ›