Skip to content

Commit

Permalink
Add placeholder comment for unimplemented summarize mode feature
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho committed Jun 28, 2024
1 parent fb814f9 commit 4601c0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/views/chat/components/Session/SessionConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ const defaultToken = computed(() => {
</NSpace>
</NRadioGroup>
</NFormItem>
<!-- not implemented
<NFormItem :label="$t('chat.summarize_mode')" path="summarize_mode">
<NSwitch v-model:value="modelRef.summarizeMode" data-testid="summarize_mode">
<template #checked>
Expand All @@ -130,6 +131,7 @@ const defaultToken = computed(() => {
</template>
</NSwitch>
</NFormItem>
-->
<NFormItem :label="$t('chat.contextCount', { contextCount: modelRef.contextCount })" path="contextCount">
<NSlider v-model:value="modelRef.contextCount" :min="1" :max="40" :tooltip="false" show-tooltip />
</NFormItem>
Expand Down

0 comments on commit 4601c0d

Please sign in to comment.