mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-23 04:28:32 +00:00
fix: EDIT_CODE model backward compatibility (fixes #1129)
This commit is contained in:
parent
3011dba44d
commit
aed31a017b
6 changed files with 32 additions and 28 deletions
|
|
@ -1,11 +1,11 @@
|
|||
package ee.carlrobert.codegpt.settings.service;
|
||||
|
||||
public enum FeatureType {
|
||||
CHAT,
|
||||
CODE_COMPLETION,
|
||||
AUTO_APPLY,
|
||||
COMMIT_MESSAGE,
|
||||
INLINE_EDIT,
|
||||
NEXT_EDIT,
|
||||
LOOKUP
|
||||
}
|
||||
CHAT,
|
||||
CODE_COMPLETION,
|
||||
AUTO_APPLY,
|
||||
COMMIT_MESSAGE,
|
||||
INLINE_EDIT,
|
||||
NEXT_EDIT,
|
||||
LOOKUP
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue