docs: add example of how to add secrets
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user