-
- Pending Points
-
- {{
- currentPendingPoints.toFixed(2)
- }}
+
+
+ Pending Points
+
+ {{ currentPendingPoints.toFixed(2) }}
- You are getting {{ hourlyRate.toFixed(2) }} points per hour.
-
- 36 Month estimated Points*
-
- {{
- ThreeYearsPoints.toFixed(2)
- }}
+
+ 36 Month estimated Points*
+
+ {{ ThreeYearsPoints.toFixed(2) }}
+
You are getting {{ hourlyRate.toFixed(2) }} points per hour.
* Estimate only, and under current rules, if your participation stays at the same level.
The availability of Libertai Points is subject to change without notice. We may suspend, modify, or terminate
diff --git a/src/pages/PointsInfo.vue b/src/pages/PointsInfo.vue
index 8cd7146..de22420 100644
--- a/src/pages/PointsInfo.vue
+++ b/src/pages/PointsInfo.vue
@@ -1,11 +1,11 @@
-
+
-
+
Earn Libertai Points
-
+
Are you ready to dive into a new world of decentralized computing, where your contributions are rewarded
with tangible benefits? Look no further than Libertai Points! These points play an essential role within the
@@ -16,10 +16,10 @@
-
+
Stake ALEPH
-
+
Staking 10K or more Aleph tokens ($ALEPH) - By showing your commitment to the future of decentralized cloud
technology, you earn Libertai Points that reflect your trust in the platform.
@@ -27,10 +27,10 @@
-
+
aleph.im Core Channel Node Operator
-
+
Running an Aleph.im Core Channel Node - Become a part of the backbone that supports cross-chain interactions
and enjoy the perks of being a node operator with Libertai Points as your reward!
@@ -38,10 +38,10 @@
-
+
aleph.im Resource Node Operator
-
+
Operating an Aleph.im Resource Node - Contribute to data storage, compute capabilities, and decentralized
applications by running a resource node and reap the benefits through Libertai Points!
@@ -49,10 +49,10 @@
-
+
Connect your wallet and Start earning points today!
-
+
So, are you ready to join this revolutionary journey and unlock the power of Libertai Points? Let's get
started together and shape the future of decentralized cloud technology!
@@ -60,21 +60,24 @@
-
+
Check your points
-
+
diff --git a/src/pages/VocalChat.vue b/src/pages/VocalChat.vue
index a7df957..16102dd 100644
--- a/src/pages/VocalChat.vue
+++ b/src/pages/VocalChat.vue
@@ -30,7 +30,8 @@ const openai = new OpenAI({
// Initialize the entries array
const entries = ref([]);
-window.SpeechRecognition = window.SpeechRecognition || window.webkitSpeechRecognition;
+const SpeechRecognition = window.SpeechRecognition || window.webkitSpeechRecognition;
+
const recognition = new SpeechRecognition();
// let's define some functions
diff --git a/src/utils/personas.js b/src/utils/personas.js
index 1d2ac8e..1ddd8f1 100644
--- a/src/utils/personas.js
+++ b/src/utils/personas.js
@@ -2,8 +2,8 @@
export const defaultPersonas = [
{
id: 0,
- avatarUrl: './avatars/00012-1122923993.png',
- name: 'assistant',
+ avatarUrl: './avatars/libert_ai_avatar.svg',
+ name: 'Libertai Assistant (default)',
description:
"You're an {{char}} running on a decentralized LLM based on open-source models. " +
'You operate on a libertai.io, an inference platform on top of the aleph.im decentralized cloud. ' +