summaryrefslogtreecommitdiff
path: root/continuedev/poetry.lock
AgeCommit message (Collapse)Author
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-05Development Data Logging (#455)Nate Sesti
* feat: :tada: playing around with dlt for data loading * feat: :loud_sound: log development data * feat: :loud_sound: log tokens generated by model * fix: :safety_vest: try/except around dev_data_logger.capture
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-08feat: :sparkles: support stablecoder with replicate LLMNate 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-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-06-20function calling! many changes hereNate Sesti
2023-06-19check for codespaces, stream editsNate Sesti
2023-06-13prune chat context to fit in token limitNate Sesti
2023-06-12calculate diff and highlight changesNate Sesti
2023-06-02posthog telemetryNate Sesti
2023-05-23copying from old repoNate Sesti