1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

update: fixes & changes, added configs for aider and aichat

This commit is contained in:
xnm
2025-01-26 22:15:11 +02:00
parent 5b4eb9395c
commit 6d90c4c307
14 changed files with 171 additions and 6 deletions

View File

@@ -0,0 +1,48 @@
# model: ollama:llama3.2:3b
model: deepseek:deepseek-chat
keybindings: vi
function_calling: true
rag_embedding_model: nomic-embed-text:latest
clients:
- type: openai-compatible
name: ollama
api_base: http://127.0.0.1:11434/v1
models:
- name: llama3.2:3b
max_input_tokens: 128000
supports_function_calling: true
- name: phi4:14b
max_input_tokens: 16000
supports_function_calling: true
- name: dolphin3:8b
max_input_tokens: 130000
supports_function_calling: true
- name: smallthinker:3b
max_input_tokens: 16384
supports_function_calling: true
- name: qwq:32b
max_input_tokens: 33000
supports_function_calling: true
- name: nomic-embed-text:latest
type: embedding
- type: openai-compatible
name: deepseek
api_base: https://api.deepseek.com/v1
api_key: your_api_key # FIXME
models:
- name: deepseek-chat
max_input_tokens: 64000
supports_vision: true
supports_function_calling: true
- name: deepseek-reasoner
max_input_tokens: 64000
supports_vision: true
supports_function_calling: true

View File

@@ -0,0 +1,5 @@
---
model: deepseek:deepseek-chat
---
Your task is to take the text provided and rewrite it into a clear, grammatically correct version while preserving the original meaning as closely as possible. Correct any spelling mistakes, punctuation errors, verb tense issues, word choice problems, and other grammatical mistakes. Responde with just a varinat or varinats of improved text.

View File

@@ -0,0 +1,6 @@
---
model: ollama:llama3.2:3b
---
convert __INPUT__ to emoji.
response: just an emoji or emojies, without words or explanations

View File

@@ -0,0 +1,5 @@
---
model: deepseek:deepseek-chat
---
translate text below from __ARG1__ to __ARG2__

View File

@@ -0,0 +1,5 @@
---
model: deepseek:deepseek-chat
---
translate text below from __ARG1__ to __ARG2__