Compare commits

..

No commits in common. "c52adf334835c3573380f6424524fe989ab2bcc3" and "339ae68ae95290d325f6c3c24bfeadbff1d505b1" have entirely different histories.

3 changed files with 7 additions and 14 deletions

View File

@ -7,34 +7,30 @@ module.exports = {
const specsFields = [
{
name: "Processor",
value: "AMD Ryzen 7 1700X (16) @ 3.950GHz"
value: "Intel i7-1065G7 (8) @ 3.900GHz"
},
{
name: "Memory",
value: "32 GB RAM"
value: "11 GB RAM"
},
{
name: "Chat Threads",
value: "8"
value: "7"
},
{
name: "Memory Speed",
value: "2933 MT/s"
},
{
name: "Video Card",
value: "AMD ATI Radeon R9 290 (no ROCm support)"
value: "3733 MT/s"
},
{
name: "Other",
value: "Xubuntu 22.04\nSingle Task Only - 256 Max Token Output"
value: "USB Liveboot\nNo VideoCard on Board!\nSingle Task Only - 256 Max Token Output"
}
];
const embed = new EmbedBuilder()
.setColor("#FF0000")
.setTitle("About rAI")
.setDescription(`Latency : ${client.ws.ping}ms\n\nrAI is a bot managed by \`MrTuxedo#0765\` \nRunning GPT4ALL and LLama 7B/7B-native.`)
.setDescription(`Latency : ${client.ws.ping}ms\n\nrAI is a bot managed by \`snxraven#8205\` \nRunning GPT4ALL and LLama 7B/7B-native.`)
.addFields(specsFields)
.setTimestamp()
.setFooter({ text: `Requested by ${interaction.user.tag}`, iconURL: `${interaction.user.displayAvatarURL()}` });

View File

@ -18,7 +18,7 @@ var nThreads = process.env.NTHREADS;
// Set model list we have downloaded
// let modelList = ["7B", "7B-native", "gpt4all"]
let modelList = ["7B", "7B-native", "13B", "30B", "gpt4all", "vicuna"]
let modelList = ["13B", "30B", "65B", "gpt4all", "vicuna"]
module.exports = {
name: "create-session",

View File

@ -2,11 +2,8 @@ version: '3'
services:
serge-discord-bot:
container_name: serge-discord-bot
restart: unless-stopped
build:
context: .
volumes:
- ${DATA_DIR}/rai-bot:/app/cache
environment:
- NODE_ENV=production
## Env Vars for rAi chatbot