feat: Added ryu hosted models to aichat
This commit is contained in:
@@ -42,6 +42,35 @@
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
type = "openai-compatible";
|
||||
name = "ryu";
|
||||
api_base = "https://ollama.ryu.darksailor.dev/v1";
|
||||
api_key_cmd = "cat ${config.sops.secrets."llama/api_key".path}";
|
||||
models = [
|
||||
{
|
||||
name = "RobinBially/nomic-embed-text-8k";
|
||||
type = "embedding";
|
||||
default_chunk_size = 8000;
|
||||
}
|
||||
{
|
||||
name = "deepseek-r1:7b";
|
||||
type = "chat";
|
||||
}
|
||||
{
|
||||
name = "deepseek-r1:14b";
|
||||
type = "chat";
|
||||
}
|
||||
{
|
||||
name = "qwen3:8b";
|
||||
type = "chat";
|
||||
}
|
||||
{
|
||||
name = "qwen3:14b";
|
||||
type = "chat";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
type = "gemini";
|
||||
name = "gemini";
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
|
||||
settings = {
|
||||
source = "${pkgs.catppuccinThemes.hyprland}/themes/mocha.conf";
|
||||
"render:cm_fs_passthrough" = 1;
|
||||
# "render:cm_fs_passthrough" = 1;
|
||||
monitor = [
|
||||
"${device.monitors.primary}, 2560x1440@360, 0x0, 1, transform, 0, bitdepth, 10, cm, hdr, sdrbrightness, 1.1, sdrsaturation, 1.2"
|
||||
# "${device.monitors.primary}, 2560x1440@360, 0x0, 1, transform, 0"
|
||||
|
||||
Reference in New Issue
Block a user