Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-16 | Refactor helper (#481) | Nate Sesti | |
* feat: :sparkles: add stop_tokens option to LLM * work on refactoring in headless mode * feat: :sparkles: headless mode refactors * chore: :fire: remove test.py | |||
2023-09-15 | fix: some typos (#478) | LangLangBart | |
2023-09-15 | Merge branch 'main' of https://github.com/continuedev/continue | Nate Sesti | |
2023-09-15 | docs: :memo: small docs update on how continue works | Nate Sesti | |
2023-09-15 | Clarifying `logs` instructions in troubleshooting.md (#476) | Aaron Mihalik | |
2023-09-14 | fix: :bug: a few minor fixes | Nate Sesti | |
2023-09-14 | feat: :adhesive_bandage: ca_bundle_path for maybeproxyopenai | Nate Sesti | |
2023-09-13 | feat: :sparkles: verify_ssl option for all LLMs | Nate Sesti | |
2023-09-13 | docs: :memo: updated setup docs | Nate Sesti | |
2023-09-13 | fix: :bug: numerous small fixes | Nate Sesti | |
2023-09-13 | docs: :memo: headless mode docs (start) | Nate Sesti | |
2023-09-12 | docs: :memo: docs for customizing chat / edit templates | Nate Sesti | |
2023-09-12 | updating how continue works | Ty Dunn | |
2023-09-12 | fix: :bug: a number of small fixes + disable summaries | Nate Sesti | |
2023-09-12 | fix redirect path | Nate Sesti | |
2023-09-12 | redirect for old customization page | Nate Sesti | |
2023-09-12 | fix: :bug: fix broken docs link | Nate Sesti | |
2023-09-12 | docs: :memo: update to models docs | Nate Sesti | |
2023-09-12 | docs: :memo: additional cleanup for context providers docs | Nate Sesti | |
2023-09-12 | docs: :memo: complete docs for context providers | Nate Sesti | |
2023-09-12 | docs: :memo: major docs improvements | Nate Sesti | |
2023-09-11 | docs: :memo: working on autogenerated docs | Nate Sesti | |
2023-09-07 | adding support for Hugging Face Inference Endpoints (#460) | Ty Dunn | |
* stream complete sketch * correct structure but issues * refactor: :art: clean up hf_inference_api.py * fix: :bug: quick fix in hf_infrerence_api.py * feat: :memo: update documentation code for hf_inference_api * hf docs * now working --------- Co-authored-by: Nate Sesti <sestinj@gmail.com> | |||
2023-09-06 | Update customization.md | Nate Sesti | |
2023-09-04 | intro, getting started, how to (#452) | Ty Dunn | |
2023-09-04 | Correct import for Llama.cpp (#451) | RA-Phil-K | |
2023-09-03 | refactor: :construction: Initial, not tested, refactor of LLM (#448) | Nate Sesti | |
* refactor: :construction: Initial, not tested, refactor of LLM * refactor: :construction: replace usages of _complete with complete * fix: :bug: fixes after refactor * refactor: :recycle: template raw completions in chat format * test: :white_check_mark: simplified edit prompt and UNIT TESTS! * ci: :green_heart: unit tests in ci * fix: :bug: fixes for unit tests in ci * fix: :bug: start uvicorn in tests without poetry * fix: :closed_lock_with_key: add secrets to main.yaml * feat: :adhesive_bandage: timeout for all LLM classes * ci: :green_heart: prepare main.yaml for main branch | |||
2023-09-02 | docs: :memo: Documentation update | Nate Sesti | |
2023-09-02 | fix: :bug: fix usages of LLM.complete | Nate Sesti | |
2023-09-02 | docs: :memo: update docs for openaiserverifno | Nate Sesti | |
2023-09-02 | fix: :bug: don't fail on disconnected websocket | Nate Sesti | |
2023-09-01 | feat: :sparkles: improved model dropdown | Nate Sesti | |
2023-09-01 | Update codellama.md to provide instructions for FastChat API (#439) | Wanis Elabbar | |
* Update codellama.md to provide instructions for FastChat API * Update codellama.md --------- Co-authored-by: Nate Sesti <33237525+sestinj@users.noreply.github.com> | |||
2023-08-30 | Include llama.cpp documentation (#435) | Dennis McDonald | |
* Update customization.md Created section for new implementation of llama.cpp * Update customization.md Fixed link to llama.cpp * Update customization.md Fixed link for llama.cpp...again. Made a markdown error initially. | |||
2023-08-29 | docs: :memo: Better documentation about Meilisearch Windows support | Nate Sesti | |
2023-08-28 | feat: :sparkles: @terminal context provider | Nate Sesti | |
2023-08-28 | docs: :memo: manually download binary in troubleshooting docs | Nate Sesti | |
2023-08-28 | docs: :memo: summary of models in customization docs | Nate Sesti | |
2023-08-27 | docs: :memo: update replicate documentation to reflect codellama | Nate Sesti | |
2023-08-27 | fix: :bug: patch for ocassional 0 choices from older azure versions | Nate Sesti | |
2023-08-25 | fix: :bug: ssh compatibility by reading from vscode.workspace.fs | Nate Sesti | |
2023-08-24 | Update codellama.md (#404) | Jeffrey Morgan | |
2023-08-24 | Update codellama.md (#403) | Jeffrey Morgan | |
Co-authored-by: Ty Dunn <ty@tydunn.com> | |||
2023-08-24 | change ollama instructions | Ty Dunn | |
2023-08-24 | update with together | Nate Sesti | |
2023-08-24 | docs: :memo: update codellama docs with continue installation link | Nate Sesti | |
2023-08-24 | codellama docs | Nate Sesti | |
2023-08-23 | Update customization.md (#400) | Martin | |
2023-08-22 | Config UI (#399) | Nate Sesti | |
* feat: :sparkles: UI for config! * feat: :sparkles: (latent) edit models in settings | |||
2023-08-20 | fix: :bug: fix replicate to work with models requiring prompt input | Nate Sesti | |