summaryrefslogtreecommitdiff
path: root/continuedev/pyproject.toml
AgeCommit message (Collapse)Author
2023-09-15ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-15ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-15ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-15ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-14ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-14ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-14ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-14ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-13ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-13ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-12ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-12ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-12ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-11ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-11ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-11ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-11ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-10ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-10ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-10ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-07ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-07ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-07adding 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-07ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-07ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-07ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-07ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-06ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-06chore: :bookmark: update pypi version manuallyNate Sesti
2023-09-04fix: :bug: fix context length bug for /editNate Sesti
2023-09-03refactor: :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-08-22Config UI (#399)Nate Sesti
* feat: :sparkles: UI for config! * feat: :sparkles: (latent) edit models in settings
2023-08-10Merge pull request #360 from bra1nDump/fixup-search-cross-workspace-polutionNate Sesti
Fixup search cross workspace polution
2023-08-10refactor: :recycle: load index in contextmanager.start, slight tweaksNate Sesti
2023-08-08feat: :sparkles: support stablecoder with replicate LLMNate Sesti
2023-08-08fix: :arrow_up: upgrade openai python packageNate Sesti
2023-08-07feat: :sparkles: diff context providerNate Sesti
2023-08-07feat: :sparkles: Search context provider with ripgrepNate Sesti
2023-08-06fix: :bug: require socksioNate Sesti
2023-08-01try cx_freeze, smaller pyinstallerNate Sesti
2023-07-25meilisearch async clientNate Sesti
2023-07-25checkpoint. Somewhat working, just a bit slow, probably some blocking ↵Nate Sesti
meilisearch calls still happening
2023-07-22@ feature (very large commit)Nate Sesti
2023-07-18psutil profiling, temperature in config.jsonNate Sesti
2023-07-17Merge branch 'main' of https://github.com/continuedev/continue into anthropicNate Sesti
2023-07-16templated system messagesNate Sesti
2023-07-16Anthropic supportNate Sesti
2023-07-02ssl certificate fixNate Sesti
2023-06-30the fix. and others.Nate Sesti
2023-06-20function calling! many changes hereNate Sesti