Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
OpenSource
/
dify
Segui
4
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
152
Wiki
Attività
Sfoglia il codice sorgente
fix: missing bot name in orchestrate (
#20747
)
tags/1.4.2
Joel
4 mesi fa
parent
37c3283450
commit
0c8447fd0e
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
web/app/components/base/chat/chat/index.tsx
+ 1
- 1
web/app/components/base/chat/chat/index.tsx
Vedi File
@@ -303,7 +303,7 @@ const Chat: FC<ChatProps> = ({
{
!noChatInput && (
<ChatInputArea
botName={appData?.site.title || ''}
botName={appData?.site.title || '
Bot
'}
disabled={inputDisabled}
showFeatureBar={showFeatureBar}
showFileUpload={showFileUpload}
Write
Preview
Loading…
Annulla
Salva