Commit Graph

654 Commits (a0d421ffc83ba97a1f99f1ba9f85a1689941d171)
 

Author SHA1 Message Date
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
sigoden 17fd7b3260
refactor: update models.yaml (#726) 3 months ago
sigoden 6fdaabf9a8
refactor: fetch html as markdown (#723) 3 months ago
sigoden e81b215696
refactor: config creation prompt aware of env var (#722) 3 months ago
sigoden 24347a8a66
refactor: error message of function calls (#718) 3 months ago
sigoden 4aad6e768f
refactor: webui playground abandon compressing session (#715) 3 months ago
sigoden 19b1307802
fix: webui input-panel exceeds viewpoint on mobile (#714) 3 months ago
Michael Salaverry 571016096c
feat: webui supports text to speech for messages (#712) 3 months ago
sigoden 80d3edbd43
feat: agent instructions support `__TOOLS__` placeholder (#711) 3 months ago
sigoden e349b6bb02
refactor: improve compressing session (#710) 3 months ago
sigoden 3360cfaf23
fix: `.starter` tab completion (#709) 3 months ago
sigoden cfcf624e3b
refactor: `.starter` rendered in markdown format (#708) 3 months ago
sigoden 5ca8975bbc
refactor: template of including files (#707) 3 months ago
sigoden 8ee49e821e
refactor: template of including files (#706) 3 months ago
sigoden 19f5f6c397
refactor: improve calling agent functions (#705) 3 months ago
sigoden 6c73643750
refactor: template of including files (#704) 3 months ago
sigoden 8e5c17b554
refactor: improve estimate_token_length (#703) 3 months ago
sigoden 0264ab80ab
refactor: update models.yaml and abandon anyscale (#701) 3 months ago
sigoden cee0eb453e
refactor: rag add documents (#700) 3 months ago
sigoden 4ea6f3933f
feat: adjust the way of obtaining function call results (#695) 3 months ago
sigoden 48219d2808
refactor: fetch image as data url (#694) 3 months ago