Skip to content

Commit

Permalink
Fix RAG panel
Browse files Browse the repository at this point in the history
Signed-off-by: julianbollig <[email protected]>
  • Loading branch information
julianbollig committed Dec 19, 2024
1 parent cc68d63 commit e7a78ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebUI/src/views/Answer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<span>{{ languages.COM_GENERATE }}</span>
</button>
</div>
<rag v-if="ragData.showUploader" ref="ragPanel" @close="ragData.showUploader = false"></rag>
<rag v-if="ragData.showUploader && textInference.backend !== 'LLAMA.CPP'" ref="ragPanel" @close="ragData.showUploader = false"></rag>
</div>
</div>

Expand Down

0 comments on commit e7a78ec

Please sign in to comment.