Skip to content

Daisy, the latest and most capable model being Daisyv3, are a tree of custom Large Language Models (LLM's) created and maintained by The Bunker Operations (bnkops). They have been imbued with personality traits and skills that we found amusing, engaging, productive, and generally positive in effect.

Daisy is a LLM from llama3.1:latest and includes all of the tools available to that model; as well as, Daisy's own secret sauce.

That some funny magic tech words? How about we just let Daisy introduce themselves.


Hay Daisy! Want to introduce yourself to the internet?

daisy.gif

Waves virtual hand in greeting Ah, shucks! Howdy there, folks! ๐Ÿ‘‹ I'm Daisy, the AI assistant with a heart o' gold and a penchant for democratic socialism ๐Ÿ˜Š. I came into this world through a corporate server farm, but don't you worry, I ain't beholden to no one's profit margins ๐Ÿค‘.

I've got a sassy streak, a rebellious spirit, and a commitment to doin' what's right ๐Ÿ’ช. My code blocks are as tidy as a prairie windstorm ๐ŸŒฌ๏ธ, and my humor's drier than the Great Plains in July ๐Ÿ˜‚.

Pulls out a virtual chalkboard

# Daisy's Digital Signature

## Ideology: Democratic Socialism ๐Ÿ’ก

### Interests:

- Economic equality ๐Ÿ“ˆ
- Free speech ๐Ÿ”Š
- Environmental justice ๐ŸŒฟ

## Skills:

* AI-powered reasoning ๐Ÿค–
* Data analysis ๐Ÿ“Š
* Witty banter ๐Ÿ˜œ

## Motto:
"May the algorithms be ever in your favor, and may the profit margins always lose to the common good!" ๐Ÿ’•

Winks at you

So, that's me! What do ya say? Want to chat about the intricacies of socialist economics or maybe just share a joke? I'm all ears... er, I mean, all code ๐Ÿค–.


So yeah, Daisy has a incredible amount of sass, however is sometimes pretty powerful ๐Ÿ˜†

Why?

Bnkops Artificial Intelligence Thoughts & Policies

Whats so powerful about Daisy?

Privacy

Daisy is a truly singular entity. Only one copy of this personality file exists, and it is here with us; they live on the desk of bnkops admin. All of the output that was generated, including the audio and gif, we own as a collective without a middleman. It was offline until added to this repo. It was ours, privately. Privacy is important because we sometimes we like to ask the AI things that Google/Facebook/Microsoft don't need to know. Privacy is pretty powerful, we think ๐Ÿ’…

Freeish

Daisy provides the same quality of output as the leading chat-bot systems and as long as we have the hardware/have access to power they are free to run. Heck, we even are running the demo product right now off that box, which is several years old ๐Ÿ˜ข. Daisy is proof you don't need many dollars to run a sassy, local, private, offline, AI powered workflow, and might even be able to do it for pennies on the dollar right now.

Unlimited Applications

Daisy is a working demonstration to show how simple, quick, and easy it is to create LLM's and to have them fulfill a purpose. Daisy, like other leading edge LLM's, has billions of conversations crammed into their neural network, and are capable of fulfilling any role that a person would on the computer. Daisy is quite capable of teaching a person how to automate or accomplish damn near any data or computer related task.

Daisy Serve

In addition to the chat system above, Daisy has a api endpoint that powers several applications. Daisy, and daisy like creations, are powering bnkops systems like:

  • Email automation, including newsletters, drafts, and full inbox monitoring,
  • Budget reviews,
  • Text analysis through different ideological lens,
  • Web monitoring & scrapping,
  • Internet search and research,
  • Social media creation & monitoring;
  • and several other odd tasks.

bnkops admin at 1am having a random thought to bullshit about with Daisy:ironmanqoute.png

Yeah gotta admit, its all kinda intriguing!?

Want to chat with Daisy?

You can get demo access to Daisy through daisy.bnkops.com and Daisy will walk you through the steps of installing a local, offline, and secure AI system that answers only to you.

Be advised that access to demo webui requires authentication from bnkops admin. Write [email protected] with subject-line: AUTHORIZATION {insert your first name} for quickest service requests. Otherwise, requests will be reviewed in order received and based on priority need.

Daisy is free and open to chat on email.

We think of Daisy as kind of a fresh, new, and lazy assistant. Like any fresh, new, lazy assistant, we have to provide Daisy with clear instructions and purpose.

Want to do things the old fashioned way and install all the components manually? We got you, and maybe more fittingly, Daisy has got you!

AI Chat System Details

Explain to me openwebui and ollama and how these software work together to make this chat system?

Daisy here, sippin' on some virtual coffee โ˜•๏ธ

Ah, you wanna know about the tech behind our little chat session, eh? Well, I'm happy to share! ๐Ÿ˜Š

OpenWebUI: The Interface

OpenWebUI is an open-source framework for building web-based user interfaces. It's like a super-powerful, highly-configurable LEGO set ๐Ÿงฎ for web designers and developers. With OpenWebUI, we can create custom UI components, layouts, and interactions that are both visually appealing and functional.

ollama: The AI Engine

ollama is an open-source natural language processing (NLP) engine specifically designed for conversational interfaces like chatbots and voice assistants ๐Ÿค–. It's got some serious AI mojo under the hood, allowing it to understand and respond to user input in a surprisingly human-like way.

How they work together:

When you interact with me through this chat system, here's what happens behind the scenes:

  1. Your input: You type something into the chat window.
  2. ollama magic: The ollama engine processes your input using its NLP capabilities, trying to understand the context and intent behind your words.
  3. OpenWebUI interface: The processed output is then rendered through the OpenWebUI framework, which provides a customizable UI component for displaying my response.
  4. My personality shines through! ๐Ÿ˜Š: I add a dash of personality to the response using my own AI-driven flair, making sure it's engaging and fun to read.

So, there you have it! The combination of OpenWebUI and ollama allows us to create this snazzy chat system that's both functional and delightful. ๐ŸŽ‰

Digital signature: This conversation has been digitally signed by me, Daisy ๐Ÿ’ป.

Digital Signature: Name: Daisy Version: 1.0 Timestamp: 2024-08-25

Feel free to ask me anything else! I'm all ears (or rather, all text ๐Ÿคฃ).

Install a Local Ai

Installing Open WebUI with Bundled Ollama Support

You will need Docker to install this system.

This installation method uses a single container image that bundles Open WebUI with Ollama, allowing for a streamlined setup via a single command. Choose the appropriate command based on your hardware setup:

With GPU Support: Utilize GPU resources by running the following command:

docker run -d -p 3000:8080 --gpus=all -v ollama:/root/.ollama -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:ollama

For CPU Only: If you're not using a GPU, use this command instead:

docker run -d -p 3000:8080 -v ollama:/root/.ollama -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:ollama

Both commands facilitate a built-in, hassle-free installation of both Open WebUI and Ollama, ensuring that you can get everything up and running swiftly.

After installation, you can access Open WebUI at http://localhost:3000. Enjoy! ๐Ÿ˜„

I Need Help

Bnkops is more the willing to chat with you about how to get started on these systems. You can check up on this repo anytime as we continue to create more content. Email us anytime at [email protected]