Well that's embarassing

This commit is contained in:
Nexus 2024-06-10 14:52:31 +01:00
parent 2b4c324ba6
commit df41b2594f
Signed by: nex
GPG key ID: 0FA334385D0B689F
2 changed files with 1 additions and 31 deletions

1
.gitignore vendored
View file

@ -283,3 +283,4 @@ pyrightconfig.json
# End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode,pycharm+all
.venv/
default.db
config.toml

View file

@ -1,31 +0,0 @@
[bot]
token = "MTI0OTUwNjU1ODIwODExNDgxMA.G_JIT7.R2R_1-2IHhdzEf6mHUgIa82oyRuwonBRrkd_Pc"
debug_guilds = [1106243455816052847]
[servers]
order = ["SpeedySHRoNK", "IvyPC", "nextop-ts", "optiplex", "shronk"]
[servers.SpeedySHRoNK]
base_url = "http://ollama.shronk.net:11434"
gpu = true
vram_gb = 10
[servers.IvyPC]
base_url = "http://192.168.0.26:11435"
gpu = true
vram_gb = 8
[servers.nextop-ts]
base_url = "http://laptop-linux.fluffy-gentoo.ts.net:11434"
gpu = true
vram_gb = 4
[servers.optiplex]
base_url = "http://192.168.0.254:11434"
gpu = false
vram_gb = 16
[servers.shronk]
base_url = "http://ollama.shronk.net:11434"
gpu = false
vram_gb = 16