mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-17 21:26:26 +00:00
chore: received changes from upstream
This commit is contained in:
parent
0b09c00b50
commit
ae846dac4d
@ -1,6 +1,5 @@
|
||||
import { Answer, FEEDBACK } from './conversationModels';
|
||||
import { Doc } from '../preferences/preferenceApi';
|
||||
import { selectTokenLimit } from '../preferences/preferenceSlice';
|
||||
|
||||
const apiHost = import.meta.env.VITE_API_HOST || 'https://docsapi.arc53.com';
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
"tagline": "DocsGPT uses GenAI, please review critial information using sources.",
|
||||
"sourceDocs": "Source Docs",
|
||||
"none": "None",
|
||||
"cancel":"Cancel",
|
||||
"cancel": "Cancel",
|
||||
"demo": [
|
||||
{
|
||||
"header": "Learn about DocsGPT",
|
||||
@ -41,13 +41,13 @@
|
||||
"deleteAllLabel": "Delete all Conversation",
|
||||
"deleteAllBtn": "Delete all",
|
||||
"addNew": "Add New",
|
||||
"convHistory":"Conversational history",
|
||||
"none":"None",
|
||||
"low":"Low",
|
||||
"medium":"Medium",
|
||||
"high":"High",
|
||||
"unlimited":"Unlimited",
|
||||
"default":"default"
|
||||
"convHistory": "Conversational history",
|
||||
"none": "None",
|
||||
"low": "Low",
|
||||
"medium": "Medium",
|
||||
"high": "High",
|
||||
"unlimited": "Unlimited",
|
||||
"default": "default"
|
||||
},
|
||||
"documents": {
|
||||
"label": "Documents",
|
||||
|
@ -41,13 +41,13 @@
|
||||
"deleteAllLabel": "Eliminar toda la Conversación",
|
||||
"deleteAllBtn": "Eliminar todo",
|
||||
"addNew": "Agregar Nuevo",
|
||||
"convHistory":"Historia conversacional",
|
||||
"none":"ninguno",
|
||||
"low":"Bajo",
|
||||
"medium":"Medio",
|
||||
"high":"Alto",
|
||||
"unlimited":"Ilimitado",
|
||||
"default":"predeterminada"
|
||||
"convHistory": "Historia conversacional",
|
||||
"none": "ninguno",
|
||||
"low": "Bajo",
|
||||
"medium": "Medio",
|
||||
"high": "Alto",
|
||||
"unlimited": "Ilimitado",
|
||||
"default": "predeterminada"
|
||||
},
|
||||
"documents": {
|
||||
"label": "Documentos",
|
||||
|
Loading…
Reference in New Issue
Block a user