From df41b2594f90c5f85fc0eb0dd4b9a805a16f4adc Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Mon, 10 Jun 2024 14:52:31 +0100 Subject: [PATCH] Well that's embarassing --- .gitignore | 1 + config.toml | 31 ------------------------------- 2 files changed, 1 insertion(+), 31 deletions(-) delete mode 100644 config.toml diff --git a/.gitignore b/.gitignore index 138c68e..c5683a0 100644 --- a/.gitignore +++ b/.gitignore @@ -283,3 +283,4 @@ pyrightconfig.json # End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode,pycharm+all .venv/ default.db +config.toml diff --git a/config.toml b/config.toml deleted file mode 100644 index 8897883..0000000 --- a/config.toml +++ /dev/null @@ -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