Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-22 | Update PyInstaller call to detect M1 architecture or allow manual override ↵ | Joseph Mearman | |
(#497) * The shebang must be on the first line. Delete blanks and move comments. See SC1128. https://github.com/koalaman/shellcheck/wiki/SC1128 * In POSIX sh, 'source' in place of '.' is undefined. https://github.com/koalaman/shellcheck/wiki/SC2039 * build.sh: Update PyInstaller call to detect M1 architecture or allow manual override This commit updates the build.sh script to include logic for detecting the M1 architecture or allowing a manual override. The SPEC_FILE variable is set accordingly based on the provided argument ("m1" or "regular") or the system's architecture. This ensures that the correct spec file is used when calling PyInstaller from within the virtual environment. Additionally, a comment is added to clarify each step of the process. Note: The virtual environment is deactivated at the end of the script. * build.sh: Add architecture detection and print statements - Added architecture detection for M1 and regular architectures - Print statements added to indicate the detected architecture and spec file being used * Update build script command for M1 Mac in manually-run-continue.md The build script command for building on an M1 Mac has been updated to `sh build.sh m1` instead of `sh buildm1.sh`. This change ensures that the correct build script is used when building for an M1 Mac. | |||
2023-09-19 | docs: :memo: update codellama documentation | Nate Sesti | |
2023-09-17 | temporarily remove jetbrains from docs | Nate Sesti | |
2023-09-17 | refactor: :recycle: from continuedev import run | Nate Sesti | |
2023-09-17 | headless mode docs update | Nate Sesti | |
2023-09-17 | feat: :sparkles: refactor via search Step | Nate Sesti | |
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 | |