Compare commits
No commits in common. "c52adf334835c3573380f6424524fe989ab2bcc3" and "339ae68ae95290d325f6c3c24bfeadbff1d505b1" have entirely different histories.
c52adf3348
...
339ae68ae9
@ -7,34 +7,30 @@ module.exports = {
|
|||||||
const specsFields = [
|
const specsFields = [
|
||||||
{
|
{
|
||||||
name: "Processor",
|
name: "Processor",
|
||||||
value: "AMD Ryzen 7 1700X (16) @ 3.950GHz"
|
value: "Intel i7-1065G7 (8) @ 3.900GHz"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Memory",
|
name: "Memory",
|
||||||
value: "32 GB RAM"
|
value: "11 GB RAM"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Chat Threads",
|
name: "Chat Threads",
|
||||||
value: "8"
|
value: "7"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Memory Speed",
|
name: "Memory Speed",
|
||||||
value: "2933 MT/s"
|
value: "3733 MT/s"
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Video Card",
|
|
||||||
value: "AMD ATI Radeon R9 290 (no ROCm support)"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Other",
|
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()
|
const embed = new EmbedBuilder()
|
||||||
.setColor("#FF0000")
|
.setColor("#FF0000")
|
||||||
.setTitle("About rAI")
|
.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)
|
.addFields(specsFields)
|
||||||
.setTimestamp()
|
.setTimestamp()
|
||||||
.setFooter({ text: `Requested by ${interaction.user.tag}`, iconURL: `${interaction.user.displayAvatarURL()}` });
|
.setFooter({ text: `Requested by ${interaction.user.tag}`, iconURL: `${interaction.user.displayAvatarURL()}` });
|
||||||
|
@ -18,7 +18,7 @@ var nThreads = process.env.NTHREADS;
|
|||||||
|
|
||||||
// Set model list we have downloaded
|
// Set model list we have downloaded
|
||||||
// let modelList = ["7B", "7B-native", "gpt4all"]
|
// let modelList = ["7B", "7B-native", "gpt4all"]
|
||||||
let modelList = ["7B", "7B-native", "13B", "30B", "gpt4all", "vicuna"]
|
let modelList = ["13B", "30B", "65B", "gpt4all", "vicuna"]
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: "create-session",
|
name: "create-session",
|
||||||
|
@ -2,11 +2,8 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
serge-discord-bot:
|
serge-discord-bot:
|
||||||
container_name: serge-discord-bot
|
container_name: serge-discord-bot
|
||||||
restart: unless-stopped
|
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
volumes:
|
|
||||||
- ${DATA_DIR}/rai-bot:/app/cache
|
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
## Env Vars for rAi chatbot
|
## Env Vars for rAi chatbot
|
||||||
|
Loading…
Reference in New Issue
Block a user