added bot env files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM rjmalagon/gemma-3:27b-it-q8
|
||||
FROM spratling/gemma-3-27b-it-Q8_0
|
||||
|
||||
PARAMETER temperature 0.5
|
||||
PARAMETER stop "<end_of_turn>"
|
||||
|
||||
19
src/azuki.env
Normal file
19
src/azuki.env
Normal file
@@ -0,0 +1,19 @@
|
||||
# Discord token for the bot
|
||||
CLIENT_TOKEN = MTM3NTU1MjE5MDcxODE1Mjg2MQ.GLDMIV.CytPZLnya0OXJ1aqueQFNUKwMxMd5ZOAr8_xAs
|
||||
|
||||
# Default model for new users
|
||||
MODEL = aidoll-gemma3-27b-q8:latest
|
||||
|
||||
# ip/port address of docker container, I use 172.33.0.3 for docker, 127.0.0.1 for local
|
||||
OLLAMA_IP = 192.168.0.70
|
||||
OLLAMA_PORT = 11434
|
||||
|
||||
# ip address for discord bot container, I use 172.33.0.2, use different IP than ollama_ip
|
||||
DISCORD_IP = 172.33.0.2
|
||||
|
||||
# subnet address, ex. 172.33.0.0 as we use /16.
|
||||
SUBNET_ADDRESS = 172.33.0.0
|
||||
|
||||
# redis port and ip, default redis port is 6379
|
||||
REDIS_IP = 172.33.0.100
|
||||
REDIS_PORT = 6379
|
||||
19
src/chocola.env
Normal file
19
src/chocola.env
Normal file
@@ -0,0 +1,19 @@
|
||||
# Discord token for the bot
|
||||
CLIENT_TOKEN = MTM3NTU1MTM0OTU1ODc0MzExMA.GbOQ1r.rG3HWS98VqEDJPhytT7yeImQU2-raDCjJ_kB7o
|
||||
|
||||
# Default model for new users
|
||||
MODEL = aidoll-gemma3-27b-q8:latest
|
||||
|
||||
# ip/port address of docker container, I use 172.33.0.3 for docker, 127.0.0.1 for local
|
||||
OLLAMA_IP = 192.168.0.70
|
||||
OLLAMA_PORT = 11434
|
||||
|
||||
# ip address for discord bot container, I use 172.33.0.2, use different IP than ollama_ip
|
||||
DISCORD_IP = 172.33.0.3
|
||||
|
||||
# subnet address, ex. 172.33.0.0 as we use /16.
|
||||
SUBNET_ADDRESS = 172.33.0.0
|
||||
|
||||
# redis port and ip, default redis port is 6379
|
||||
REDIS_IP = 172.33.0.100
|
||||
REDIS_PORT = 6379
|
||||
19
src/cinnamon.env
Normal file
19
src/cinnamon.env
Normal file
@@ -0,0 +1,19 @@
|
||||
# Discord token for the bot
|
||||
CLIENT_TOKEN = MTM3NTU1Mjg4MDUyMTY0NjE3MA.GoXH9o.paGwXiASi5tkfiMeG-aae8kwJA2kv7sJrayG4c
|
||||
|
||||
# Default model for new users
|
||||
MODEL = aidoll-gemma3-27b-q8:latest
|
||||
|
||||
# ip/port address of docker container, I use 172.33.0.3 for docker, 127.0.0.1 for local
|
||||
OLLAMA_IP = 192.168.0.70
|
||||
OLLAMA_PORT = 11434
|
||||
|
||||
# ip address for discord bot container, I use 172.33.0.2, use different IP than ollama_ip
|
||||
DISCORD_IP = 172.33.0.5
|
||||
|
||||
# subnet address, ex. 172.33.0.0 as we use /16.
|
||||
SUBNET_ADDRESS = 172.33.0.0
|
||||
|
||||
# redis port and ip, default redis port is 6379
|
||||
REDIS_IP = 172.33.0.100
|
||||
REDIS_PORT = 6379
|
||||
19
src/coconut.env
Normal file
19
src/coconut.env
Normal file
@@ -0,0 +1,19 @@
|
||||
# Discord token for the bot
|
||||
CLIENT_TOKEN = MTM3NTU1MzU1ODEwMjkzNzY3MQ.GvJqck.QSNEoSc0FDR3RUAwna1j2s9pJoUoVlY7Ss1_fQ
|
||||
|
||||
# Default model for new users
|
||||
MODEL = aidoll-gemma3-27b-q8:latest
|
||||
|
||||
# ip/port address of docker container, I use 172.33.0.3 for docker, 127.0.0.1 for local
|
||||
OLLAMA_IP = 192.168.0.70
|
||||
OLLAMA_PORT = 11434
|
||||
|
||||
# ip address for discord bot container, I use 172.33.0.2, use different IP than ollama_ip
|
||||
DISCORD_IP = 172.33.0.5
|
||||
|
||||
# subnet address, ex. 172.33.0.0 as we use /16.
|
||||
SUBNET_ADDRESS = 172.33.0.0
|
||||
|
||||
# redis port and ip, default redis port is 6379
|
||||
REDIS_IP = 172.33.0.100
|
||||
REDIS_PORT = 6379
|
||||
19
src/maple.env
Normal file
19
src/maple.env
Normal file
@@ -0,0 +1,19 @@
|
||||
# Discord token for the bot
|
||||
CLIENT_TOKEN = MTM3NTU1NDEyOTMzODA0NDU1Nw.G53GsX.qVmcr4SsR22Lu12p_zRc0oi0ogVPc9-ZkZWXxk
|
||||
|
||||
# Default model for new users
|
||||
MODEL = aidoll-gemma3-27b-q8:latest
|
||||
|
||||
# ip/port address of docker container, I use 172.33.0.3 for docker, 127.0.0.1 for local
|
||||
OLLAMA_IP = 192.168.0.70
|
||||
OLLAMA_PORT = 11434
|
||||
|
||||
# ip address for discord bot container, I use 172.33.0.2, use different IP than ollama_ip
|
||||
DISCORD_IP = 172.33.0.6
|
||||
|
||||
# subnet address, ex. 172.33.0.0 as we use /16.
|
||||
SUBNET_ADDRESS = 172.33.0.0
|
||||
|
||||
# redis port and ip, default redis port is 6379
|
||||
REDIS_IP = 172.33.0.100
|
||||
REDIS_PORT = 6379
|
||||
19
src/vanila.env
Normal file
19
src/vanila.env
Normal file
@@ -0,0 +1,19 @@
|
||||
# Discord token for the bot
|
||||
CLIENT_TOKEN = MTM3NTU0OTY5Mjg3MTU3NzYyMQ.Gdyq5r.8I1EXSW9RsH1P9H5UiAr1R69X583sS4WCh6_Co
|
||||
|
||||
# Default model for new users
|
||||
MODEL = aidoll-gemma3-27b-q8:latest
|
||||
|
||||
# ip/port address of docker container, I use 172.33.0.3 for docker, 127.0.0.1 for local
|
||||
OLLAMA_IP = 192.168.0.70
|
||||
OLLAMA_PORT = 11434
|
||||
|
||||
# ip address for discord bot container, I use 172.33.0.2, use different IP than ollama_ip
|
||||
DISCORD_IP = 172.33.0.7
|
||||
|
||||
# subnet address, ex. 172.33.0.0 as we use /16.
|
||||
SUBNET_ADDRESS = 172.33.0.0
|
||||
|
||||
# redis port and ip, default redis port is 6379
|
||||
REDIS_IP = 172.33.0.100
|
||||
REDIS_PORT = 6379
|
||||
Reference in New Issue
Block a user