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,
inputs,
lib,
pkgs,
...
}:

View file

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

View file

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