Fix aichat
This commit is contained in:
parent
0fcb819528
commit
50acfb590b
3 changed files with 2 additions and 9 deletions
|
@ -5,7 +5,6 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
|
|
@ -429,7 +429,7 @@ in
|
|||
aichat = {
|
||||
enable = true;
|
||||
settings = {
|
||||
model = "ollama:${remoteFastModel}";
|
||||
model = "openrouter:${remoteFastModel}";
|
||||
clients = [
|
||||
# {
|
||||
# type = "openai-compatible";
|
||||
|
|
|
@ -2,13 +2,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{ ... }:
|
||||
|
||||
let
|
||||
username = "ethanreece";
|
||||
|
|
Loading…
Add table
Reference in a new issue