Commit Graph

724 Commits (5a26c59a12e25cc96c6eb44c64395e673207135c)
 

Author SHA1 Message Date
sigoden c0eae1c55c
refactor: webui render error (#797) 2 months ago
sigoden 7eefb96b0c
fix: incomplete stream response in proxy LLM api (#796) 2 months ago
sigoden 669f2c602c
feat: enable custom `api_base` for most clients (#793) 2 months ago
sigoden 580ed6bea3
feat: no check model's support for function calls (#791) 2 months ago
sigoden 7a95bd5de0
fix: invalid model error while switching roles if the model_id is same to current (#788) 2 months ago
sigoden 3b8bb7389e
refactor: improve crawl website (#787) 2 months ago
sigoden d79ad49106
feat: support builtin website crawling (recursive_url) (#786) 2 months ago
sigoden 92ce440b0b
fix: claude fails to run tools with zero arguments (#780) 2 months ago
LifetimeMistake 5c559f616a
fix: incorrect function call handling with session in non-REPL (#777) 2 months ago
sigoden 514a3689e8
chore: release v0.20.0 (#774) 3 months ago
sigoden 7f418f0e93 chore: update README and config.example.yaml 3 months ago
sigoden 404ac8d6f8 chore: update config.example.yaml 3 months ago
sigoden 4a04465a3f
feat: rename `config.buffer_editor` to `config.editor` (#773) 3 months ago
sigoden 6aa541912b refactor: update Argcfile.sh 3 months ago
sigoden 4384010e5b
refactor: update models.yaml (#772) 3 months ago
sigoden 81cc3400d6
refactor: update models.yaml and make minor improvement (#771) 3 months ago
sigoden 227cd5891f
feat: add agent-scoped `agent_prelude` config (#770) 3 months ago
sigoden 3ab489ebac
refactor: do not abandon AICHAT_PLATFORM (#768) 3 months ago
sigoden 0ad97f2ec4 chore: update deps 3 months ago
sigoden 3e0c88da9a chore: update config.example.yaml 3 months ago
sigoden a0d421ffc8
feat: export agent variable as `LLM_AGENT_VAR_*` (#766) 3 months ago
sigoden cc74be5d21
refactor: several improvements (#765) 3 months ago
sigoden 4c18e91165
refactor: agent instructions (#764)
- replace `__TOOLS__` with `{{__tools__}}`
- after `.clear messages`, update system message of agent session
- show interpolated instructions in agent info
3 months ago
sigoden 44aac171b7
fix: unable to rebuild agent rag (#763) 3 months ago
sigoden 14bfd4e97d
feat: add builtin variables for agent (#762) 3 months ago
sigoden 77df849234
refactor: udpate models.yaml and Argcfile.sh (#761) 3 months ago
sigoden c5b2be641a
feat: ask for confirmation when some rag documents fail to load (#760) 3 months ago
sigoden 49b61129c9
feat: add `config.stream` and `.set stream` repl command (#759) 3 months ago
sigoden 3441630c62
feat: abandon cli options --wrap, --no-highlight and --light-theme (#758) 3 months ago
sigoden 0e740d81e9
feat: abandon rag_dedicated client and improve (#757) 3 months ago
sigoden f5e8e872b0
feat: support patching request url, headers and body (#756) 3 months ago
sigoden adf6716c84
feat: bedrock client switch to converse api and support cohere models (#747) 3 months ago
sigoden 2eed63f014
feat: change model patch structure (#754) 3 months ago
sigoden 2576c04f7d
feat: set model patches with `AICHAT_{client}_PATCHES` (#753) 3 months ago
sigoden 74c86babed
feat: abandon AICHAT_PLATFORM and several improvements (#752) 3 months ago
sigoden 9030f3b27b
feat: all config fields have related environment variables (#751) 3 months ago
sigoden d020893763
refactor: split clients/macros.rs from clients/common.rs (#750) 3 months ago
sigoden fdc35a1cf3
refactor: several optimizations (#749) 3 months ago
sigoden 3f7ce25709
feat: ollama support tools and new embeddings api (#748) 3 months ago
sigoden a6f0196017
feat: vertexai support mistral models (#746) 3 months ago
sigoden 96ad64352d
feat: merge vertexai-cluade with vertexai (#745) 3 months ago
Adrien D. 54e7858399
feat: webui add autofocus to chat-input in textarea (#742) 3 months ago
sigoden 5dc84a84c3
chore: update models.yaml (#743) 3 months ago
sigoden 7c79292dc6
feat: move agent config to separate file (#741) 3 months ago
sigoden 9037074eb2
fix: invalid tool_calls of qianwen client (#740) 3 months ago
sigoden cf9d06f51e
refactor: update models.yaml (#739) 3 months ago
Volodymyr Lisivka 1a1798c893
fix: problem with input token limit (#737)
Fix for problem with token limit applied from default model instead of selected model.
3 months ago
sigoden b4e4fb57c3
refactor: invalid model error message (#735) 3 months ago
sigoden 704a096aa3
refactor: ensure parent dir of log path exist (#733) 3 months ago
sigoden 341f2d9942
feat: enhance logger (#731) 3 months ago