Compare commits

..

10 Commits

Author SHA1 Message Date
Trez.One e526a4286b Switching BlueSky PDS image and adding LinkStack.
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Check and Create PR (push) Successful in 11m51s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Docker Compose & Ansible Lints (push) Successful in 38m35s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Cloudflare DNS Setup (push) Successful in 5m39s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Update README & Generate List of Modified Services (push) Successful in 3m58s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / PR Merge (push) Successful in 2m28s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Ansible Configs & Docker Compose Deployment (push) Successful in 35m50s
2025-03-10 17:11:56 -04:00
Trez.One 20207d225c Authelia env fix. 2025-03-07 06:14:37 -05:00
Trez.One 1fa78be587 Authelia env fix. 2025-03-07 06:06:54 -05:00
Trez.One f8ccf7a75a Credentials fix. 2025-03-05 11:20:35 -05:00
Trez.One 58fd7016e8 Portainer widget tweak. 2025-03-04 19:33:46 -05:00
Trez.One e3c566ffc4 Tweaking Ollama models for LibreChat. 2025-03-04 14:02:13 -05:00
Trez.One a9efea0149 Changing group for Reactive Resume. 2025-03-04 13:05:57 -05:00
Trez.One 60ce57aa72 Merge remote-tracking branch 'refs/remotes/origin/main' 2025-03-04 11:42:44 -05:00
Trez.One cd34b20b18 Commenting out unused services. 2025-03-04 11:03:29 -05:00
Trez.One 2692c8cea9 Changing URL for Mastodon widget. 2025-03-03 12:34:55 -05:00
3 changed files with 575 additions and 479 deletions
@@ -32,7 +32,7 @@ layout:
columns: 4 columns: 4
Social: Social:
style: row style: row
columns: 3 columns: 4
Lifestyle: Lifestyle:
style: row style: row
columns: 5 columns: 5
+14 -14
View File
@@ -6,21 +6,21 @@ endpoints:
baseURL: "http://ollama:11434/v1/chat/completions" baseURL: "http://ollama:11434/v1/chat/completions"
models: models:
default: [ default: [
"deepseek-r1", "deepseek-r1:1.5b",
"deepseek-coder-v2", "deepseek-coder-v2:16b",
"deepseek-v3", "deepseek-v3:671b",
"llama3.3", "llama3.3:70b",
"phi4", "phi4:14b",
"qwen2.5", "qwen2.5",
"llama2", "llama2:7b",
"mistral", "mistral:7b",
"codellama", "codellama:7b",
"tinyllama", "tinyllama:1.1b",
"starcoder2", "starcoder2:3b",
"dolphin-mixtral", "dolphin-mistral:7b",
"smollm2", "smollm2:1.7b",
"orca-mini", "orca-mini:3b",
"mistral-openorca" "mistral-openorca:7b"
] ]
# fetching list of models is supported but the `name` field must start # fetching list of models is supported but the `name` field must start
# with `ollama` (case-insensitive), as it does in this example. # with `ollama` (case-insensitive), as it does in this example.
+560 -464
View File
File diff suppressed because it is too large Load Diff