1
0
Fork 0

Fix aichat

This commit is contained in:
Ethan Reece 2025-07-17 18:55:41 -05:00
parent 0fcb819528
commit 50acfb590b
Signed by: me
GPG key ID: DD8CE04D5D8FF832
3 changed files with 2 additions and 9 deletions

View file

@ -5,7 +5,6 @@
{ {
config, config,
inputs, inputs,
lib,
pkgs, pkgs,
... ...
}: }:

View file

@ -429,7 +429,7 @@ in
aichat = { aichat = {
enable = true; enable = true;
settings = { settings = {
model = "ollama:${remoteFastModel}"; model = "openrouter:${remoteFastModel}";
clients = [ clients = [
# { # {
# type = "openai-compatible"; # type = "openai-compatible";

View file

@ -2,13 +2,7 @@
# #
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
{ { ... }:
config,
inputs,
lib,
pkgs,
...
}:
let let
username = "ethanreece"; username = "ethanreece";