summaryrefslogtreecommitdiff
path: root/continuedev/pyproject.toml
AgeCommit message (Collapse)Author
2023-09-25fix: :green_heart: update pypi version, don't push from mainNate Sesti
2023-09-25ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-25refactor: :bookmark: update pypi versionNate Sesti
2023-09-25feat: :memo: embeddings experimental walkthroughNate Sesti
2023-09-24ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-24ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-23ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-23ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-19ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-19ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-19ci: 🏷 Update PyPI version [skip ci]GitHub Action
2023-09-17ci: 🏷 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-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