Update "/about" for my instance
This commit is contained in:
parent
dd3e8561b0
commit
f8c43e4b92
@ -7,30 +7,34 @@ module.exports = {
|
||||
const specsFields = [
|
||||
{
|
||||
name: "Processor",
|
||||
value: "Intel i7-1065G7 (8) @ 3.900GHz"
|
||||
value: "AMD Ryzen 7 1700X (16) @ 3.950GHz"
|
||||
},
|
||||
{
|
||||
name: "Memory",
|
||||
value: "11 GB RAM"
|
||||
value: "32 GB RAM"
|
||||
},
|
||||
{
|
||||
name: "Chat Threads",
|
||||
value: "7"
|
||||
value: "8"
|
||||
},
|
||||
{
|
||||
name: "Memory Speed",
|
||||
value: "3733 MT/s"
|
||||
value: "2933 MT/s"
|
||||
},
|
||||
{
|
||||
name: "Video Card",
|
||||
value: "AMD ATI Radeon R9 290 (no ROCm support)"
|
||||
},
|
||||
{
|
||||
name: "Other",
|
||||
value: "USB Liveboot\nNo VideoCard on Board!\nSingle Task Only - 256 Max Token Output"
|
||||
value: "Xubuntu 22.04\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 \`snxraven#8205\` \nRunning GPT4ALL and LLama 7B/7B-native.`)
|
||||
.setDescription(`Latency : ${client.ws.ping}ms\n\nrAI is a bot managed by \`MrTuxedo#0765\` \nRunning GPT4ALL and LLama 7B/7B-native.`)
|
||||
.addFields(specsFields)
|
||||
.setTimestamp()
|
||||
.setFooter({ text: `Requested by ${interaction.user.tag}`, iconURL: `${interaction.user.displayAvatarURL()}` });
|
||||
|
@ -15,7 +15,7 @@ services:
|
||||
- INTERNAL_IP=serge
|
||||
- SERGE_PORT=8008
|
||||
## Default chat settings overrides
|
||||
- MODEL="gpt4all"
|
||||
- MODEL=7B-native
|
||||
- TEMPERATURE=0.1
|
||||
- TOPK=50
|
||||
- TOPP=0.95
|
||||
|
Loading…
Reference in New Issue
Block a user