index
:
llamachat
feature/external-providers
master
Native PySide6 chat client for a local llama.cpp router
by Danilo aka danix
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Branch
Commit message
Author
Age
feature/external-providers
fix: web search on DeepSeek and other reasoning models
Danilo M.
4 days
master
docs: document code block wrapping and the copy button
Danilo M.
25 hours
Tag
Download
Author
Age
v0.3.0
llamachat-0.3.0.tar.gz
llamachat-0.3.0.zip
Danilo M.
3 weeks
v0.2.1
llamachat-0.2.1.tar.gz
llamachat-0.2.1.zip
Danilo M.
4 weeks
v0.2.0
llamachat-0.2.0.tar.gz
llamachat-0.2.0.zip
Danilo M.
4 weeks
v0.1.0
llamachat-0.1.0.tar.gz
llamachat-0.1.0.zip
Danilo M.
4 weeks
Age
Commit message
Author
Files
Lines
4 days
fix: web search on DeepSeek and other reasoning models
feature/external-providers
Danilo M.
8
-47
/
+584
2026-08-11
fix: prevent cloud reasoning models from exhausting default max_tokens
Danilo M.
5
-8
/
+118
2026-08-10
docs: document external providers, keys and cost
Danilo M.
3
-1
/
+121
2026-08-10
feat: show conversation cost and the next send's projection
Danilo M.
1
-0
/
+57
2026-08-10
feat: offer model settings on first use of a cloud model
Danilo M.
1
-1
/
+39
2026-08-10
feat: list and route models through every configured provider
Danilo M.
5
-66
/
+138
2026-08-10
feat: cost label showing spend and the next send's projection
Danilo M.
2
-1
/
+82
2026-08-10
feat: dialog for per-model context size, vision and prices
Danilo M.
2
-0
/
+199
2026-08-10
feat: fan model listing out across providers and route by id
Danilo M.
2
-28
/
+180
2026-08-09
feat: send bearer auth when a provider needs a key
Danilo M.
2
-4
/
+109
[...]