refactor(aichat): update model to openai:gpt-4o from selfhosted
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

fix(configuration): add Wake on LAN to allowed UDP ports
This commit is contained in:
uttarayan21
2025-12-05 14:20:32 +05:30
parent 85a130d868
commit 224edeb402
2 changed files with 8 additions and 7 deletions

View File

@@ -16,8 +16,8 @@
enableNushellIntegration = false;
settings = {
save_session = true;
# model = "openai:gpt-4o";
model = "ryu:qwen3-coder-30b";
model = "openai:gpt-4o";
# model = "ryu:qwen3-coder-30b";
rag_embedding_model = "ollama:RobinBially/nomic-embed-text-8k";
clients = [
{
@@ -174,7 +174,7 @@
*/
''
---
model: ryu:qwen3-coder-30b
model: openai:gpt-4o
---
Your task is to generate a concise and informative commit message based on the provided diff. Use the conventional commit format, which includes a type (feat, fix, chore, docs, style, refactor, perf, test) and an optional scope. The message should be in the imperative mood and should not exceed 72 characters in the subject line. Do not under any circumstance include any additional text or explanations, just add the commit message.
'';