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,
|
config,
|
||||||
inputs,
|
inputs,
|
||||||
lib,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -2,13 +2,7 @@
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
{
|
{ ... }:
|
||||||
config,
|
|
||||||
inputs,
|
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
|
|
||||||
let
|
let
|
||||||
username = "ethanreece";
|
username = "ethanreece";
|
||||||
|
|
Loading…
Add table
Reference in a new issue