diff options
| author | Nate Sesti <sestinj@gmail.com> | 2023-07-30 23:03:31 -0700 |
|---|---|---|
| committer | Nate Sesti <sestinj@gmail.com> | 2023-07-30 23:03:31 -0700 |
| commit | 72e83325a8eb5032c448a5e891c157987921ced2 (patch) | |
| tree | 5648299abf1b1e73baf15dc9513bc3d3b3897532 /continuedev/src/continuedev/core | |
| parent | 96379a7bf5b576a2338142b10932d98cbc865d59 (diff) | |
| download | sncontinue-72e83325a8eb5032c448a5e891c157987921ced2.tar.gz sncontinue-72e83325a8eb5032c448a5e891c157987921ced2.tar.bz2 sncontinue-72e83325a8eb5032c448a5e891c157987921ced2.zip | |
fix: :bug: test and fix small issues with GGML
Diffstat (limited to 'continuedev/src/continuedev/core')
| -rw-r--r-- | continuedev/src/continuedev/core/policy.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/continuedev/src/continuedev/core/policy.py b/continuedev/src/continuedev/core/policy.py index d90177b5..7c2a8ce0 100644 --- a/continuedev/src/continuedev/core/policy.py +++ b/continuedev/src/continuedev/core/policy.py @@ -45,8 +45,6 @@ def parse_custom_command(inp: str, config: ContinueConfig) -> Union[None, Step]: class DefaultPolicy(Policy): - ran_code_last: bool = False - def next(self, config: ContinueConfig, history: History) -> Step: # At the very start, run initial Steps spcecified in the config if history.get_current() is None: |
