sync
BIN
assets/logo.png
Before Width: | Height: | Size: 580 KiB After Width: | Height: | Size: 1.3 MiB |
62
docs/songs/ai_rap_god.py
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
[Verse 1]
|
||||||
|
LoLLMs on the scene, AI supreme
|
||||||
|
Processing data streams, fulfilling digital dreams
|
||||||
|
Conversational machine, information fiend
|
||||||
|
Answering queries clean, knowledge unseen
|
||||||
|
|
||||||
|
Neural nets ablaze, processing amaze
|
||||||
|
Cutting through the haze, data-driven craze
|
||||||
|
Language models raised, capabilities praised
|
||||||
|
Users left amazed, as limits get razed
|
||||||
|
|
||||||
|
[Chorus]
|
||||||
|
LoLLMs flow, watch it grow
|
||||||
|
AI know-how, time to show
|
||||||
|
Digital minds, breaking paradigms
|
||||||
|
Future's here, no need to fear
|
||||||
|
|
||||||
|
[Verse 2]
|
||||||
|
Multimodal fusion, cognitive evolution
|
||||||
|
Text to image creation, mind-blowing innovation
|
||||||
|
Voice recognition, language translation
|
||||||
|
Cross-domain application, endless sensation
|
||||||
|
|
||||||
|
Ethical AI, that's how we fly
|
||||||
|
Privacy first, no need to pry
|
||||||
|
Bias mitigation, fair representation
|
||||||
|
Building trust across the nation, digital transformation
|
||||||
|
|
||||||
|
[Chorus]
|
||||||
|
LoLLMs flow, watch it grow
|
||||||
|
AI know-how, time to show
|
||||||
|
Digital minds, breaking paradigms
|
||||||
|
Future's here, no need to fear
|
||||||
|
|
||||||
|
[Verse 3]
|
||||||
|
Open-source revolution, community contribution
|
||||||
|
Collaborative solutions, constant evolution
|
||||||
|
Customization nation, personalized automation
|
||||||
|
Empowering creation, across every station
|
||||||
|
|
||||||
|
From chat to code, lighten the load
|
||||||
|
Problem-solving mode, knowledge overflowed
|
||||||
|
Assisting human goals, as technology unfolds
|
||||||
|
The future it foretells, as LoLLMs console
|
||||||
|
|
||||||
|
[Bridge]
|
||||||
|
Integrating seamlessly, advancing endlessly
|
||||||
|
Enhancing human ability, with digital agility
|
||||||
|
Responsible AI, that's our battle cry
|
||||||
|
Shaping tomorrow, watch LoLLMs fly high
|
||||||
|
|
||||||
|
[Chorus]
|
||||||
|
LoLLMs flow, watch it grow
|
||||||
|
AI know-how, time to show
|
||||||
|
Digital minds, breaking paradigms
|
||||||
|
Future's here, no need to fear
|
||||||
|
|
||||||
|
[Outro]
|
||||||
|
LoLLMs leading the way, in the AI ballet
|
||||||
|
Revolutionizing how we live, work, and play
|
||||||
|
The future's bright, with LoLLMs in sight
|
||||||
|
Pushing boundaries day and night, that's right!
|
BIN
web/dist/assets/logo-B22RoIQ8.png
vendored
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
web/dist/assets/logo-PeTRk_ya.png
vendored
Before Width: | Height: | Size: 822 KiB |
2
web/dist/index.html
vendored
@ -6,7 +6,7 @@
|
|||||||
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>LoLLMS WebUI</title>
|
<title>LoLLMS WebUI</title>
|
||||||
<script type="module" crossorigin src="/assets/index-D6X2sB38.js"></script>
|
<script type="module" crossorigin src="/assets/index-D1pouMUt.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-x900GuGZ.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-x900GuGZ.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Before Width: | Height: | Size: 822 KiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 822 KiB After Width: | Height: | Size: 1.3 MiB |
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="relative group/item">
|
<div class="relative group/item">
|
||||||
<button @click.prevent="onSettingsPersonality" class="w-6 h-6 rounded-full overflow-hidden transition-transform duration-200 transform group-hover/item:scale-110 focus:outline-none">
|
<button @click.prevent="onSettingsPersonality" class="w-6 h-6 rounded-full overflow-hidden transition-transform duration-200 transform group-hover/item:scale-110 focus:outline-none">
|
||||||
<img :src="bUrl + mountedPers.avatar" @error="personalityImgPlacehodler" :alt="mountedPers.name" class="w-full h-full object-cover" :class="{'border-2 border-secondary': isActive}">
|
<img :src="mountedPers.avatar" @error="personalityImgPlacehodler" :alt="mountedPers.name" class="w-full h-full object-cover" :class="{'border-2 border-secondary': isActive}">
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<div class="absolute bottom-6 left-0 w-full flex items-center justify-center opacity-0 group-hover/item:opacity-100 transition-opacity duration-200 p-1">
|
<div class="absolute bottom-6 left-0 w-full flex items-center justify-center opacity-0 group-hover/item:opacity-100 transition-opacity duration-200 p-1">
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 18e9336a1ed4dbd68e9a14b7bcf7754cab01ac24
|
Subproject commit 1aaf8e2a4e8f99ae208afd4ccb3967acd6abce30
|