Skip to content

Commit

Permalink
Making the func Async artificial-latency-fix solves https://linear.ap…
Browse files Browse the repository at this point in the history
  • Loading branch information
arafatkatze committed Sep 8, 2024
1 parent 7b2c15b commit e6c82fc
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 95 deletions.
3 changes: 2 additions & 1 deletion lib/shared/src/experimentation/FeatureFlagProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export enum FeatureFlag {
CodyAutocompleteFIMModelExperimentVariant2 = 'cody-autocomplete-fim-model-experiment-variant-2-v2',
CodyAutocompleteFIMModelExperimentVariant3 = 'cody-autocomplete-fim-model-experiment-variant-3-v2',
CodyAutocompleteFIMModelExperimentVariant4 = 'cody-autocomplete-fim-model-experiment-variant-4-v2',

CodyInLineSuffixAutocomplete = 'cody-in-line-suffix-autocomplete',
CodyDisableArtificialDelay = 'cody-disable-artificial-delay',
// Enables Claude 3 if the user is in our holdout group
CodyAutocompleteClaude3 = 'cody-autocomplete-claude-3',
// Enables the bfg-mixed context retriever that will combine BFG with the default local editor
Expand Down
Loading

0 comments on commit e6c82fc

Please sign in to comment.