Commit Graph

606 Commits (4ea6f3933fff4974334e3f9ecb2a423aab43a787)
 

Author SHA1 Message Date
sigoden 615bab215b
feat: support vertexai claude (#439) 5 months ago
sigoden d6df1e84a7
refactor: extract prelude models to models.yaml (#451) 5 months ago
sigoden eac01fb129 refactor: rename macro to openai_compatible_client 5 months ago
sigoden 740ca2413a
refactor: simplify impl client trait (#445) 5 months ago
sigoden a21e1213cc
feat: support perplexity (#444) 5 months ago
sigoden 503ec98bd1
feat: support moonshot again (#442) 5 months ago
sigoden 29a4ffd514
feat: support groq (#441) 5 months ago
sigoden e5432ff779
refactor: simplify openai compatible module (#440) 5 months ago
sigoden 1a56e38fe2
refactor: fix typo and some error message (#438) 5 months ago
sigoden a193710a7f
refactor: extract common catch_error (#437) 5 months ago
sigoden 4db9b30980
refactor: rewrite list models of all clients (#436) 5 months ago
sigoden 8dacea4deb
refactor: update mistral models (#435) 5 months ago
sigoden b62e8e1625 refactor: update ollama chat_endpoint in example config file 5 months ago
sigoden b06ebc45c2 refactor: adjust order of execute actions 5 months ago
sigoden 6e73d25bfe refactor: change default address for api serveing 5 months ago
sigoden a17f349daa
feat: support customizing `top_p` parameter (#434) 5 months ago
sigoden 040c48b9b3
refactor: handling of response error (#433) 5 months ago
sigoden 2fd12abc8c chore: update issue templates 5 months ago
sigoden a98248678a chore: update issue templates 5 months ago
sigoden 4f8d895154
refactor: handling of system message (#432) 5 months ago
sigoden 0a4c0413ef
feat: serve all LLMs as OpenAI-compatible API (#431) 5 months ago
sigoden 9c6c9f10a2
feat: builtin models can be overwrited by models config (#429) 5 months ago
sigoden d1aafa1115
feat: customize model's max_output_tokens (#428) 5 months ago
sigoden 1cc89eff51
refactor: more async code (#427) 5 months ago
sigoden c5506fe393
refactor: tell user session compression (#426) 5 months ago
sigoden b3162a72b5
refactor: shell execution with spinner and select prompt (#425) 5 months ago
sigoden 8b75080973 chore: fix typo 5 months ago
sigoden 8ab57ed74e
refactor: update description for cli options and config fields (#423) 5 months ago
sigoden 5d763fc10c
feat: add `.prompt` repl command (#420) 5 months ago
sigoden 8b806db857
feat: ctrlc won't exit repl and remove `ctrlc_exit` config (#419) 5 months ago
sigoden a9a2caf4ae refactor: fluash raw stream 5 months ago
sigoden 5d7c786b7f
feat: remove moonshot client (#418) 5 months ago
sigoden a0b4f344ee refactor: improve error message for some clients 5 months ago
sigoden 13bd2fe299 chore: update discord invite link 5 months ago
sigoden e78750412d refactor: adjust command revision prompt 5 months ago
sigoden b9bde15c1f
feat: add config `buffer_editor` (#417) 5 months ago
sigoden 9149954c7b
feat: always use stream unless set `--no-stream` explicitly (#415) 5 months ago
sigoden 16e9c647d4 refactor: adjust indicator text and render strategy 5 months ago
sigoden 38e594505b
feat: shell commands support revision (#413) 5 months ago
sigoden 6dc332930b
feat: make built-in roles selectable and rename them (#412) 5 months ago
sigoden 1c3e81afe9
feat: add completion scripts (#411) 5 months ago
sigoden 568e9a06db
refactor: hide sytem roles from repl tab-completion (#407) 5 months ago
sigoden 9f19539c2c
refactor: improve error mesasge for invalid eventsource content-type (#405) 5 months ago
sigoden a3f63a5e04
chore: release v0.16.0 (#404) 5 months ago
sigoden 4a88a3da04
refactor: `ctrlc_exit` config default to false (#403) 5 months ago
sigoden 8feaf2a93d refactor: adjust client order 5 months ago
sigoden 3b5843fe2e
refactor: all clients use openai token counter (#402) 5 months ago
sigoden 01ebc87348
refactor: update openai models list (#400) 5 months ago
sigoden 4a5ee3ecb7
feat: `-f/--file` take one value and no enter REPL (#399) 5 months ago
sigoden a0bd6e1d5d
refactor: extract json stream handling (#398) 5 months ago