From e645a89192b28cc16a1303bfa5551834c64ecb77 Mon Sep 17 00:00:00 2001 From: Nate Sesti <33237525+sestinj@users.noreply.github.com> Date: Sun, 3 Sep 2023 21:58:46 -0700 Subject: refactor: :construction: Initial, not tested, refactor of LLM (#448) * 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 --- .vscode/launch.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index 12cfaef8..08061d13 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -16,6 +16,15 @@ } ], "configurations": [ + { + "name": "Pytest", + "type": "python", + "request": "launch", + "program": "continuedev/src/continuedev/tests/llm_test.py", + "console": "integratedTerminal", + "justMyCode": true, + "subProcess": true + }, { "name": "Server", "type": "python", -- cgit v1.2.3-70-g09d2