docs: add example of how to add secrets
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
2026-02-02 04:42:32 +05:30
parent 23b5917620
commit dd322cb71c
3 changed files with 25 additions and 3 deletions

View File

@@ -33,6 +33,16 @@
name = "gpt-oss:20b";
type = "chat";
}
# {
# name = "gpt-oss:20b-instruct";
# type = "chat";
# real_name = "gpt-oss:20b";
# patch = {
# body = {
# think = "low";
# };
# };
# }
{
name = "qwen3:30b-a3b";
type = "chat";