You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -69,7 +69,7 @@ Using the different nodes above, to arrange and combine, you can get a conversat
69
69
3. Open your browser and visit: http://127.0.0.1:12715/
70
70
71
71
### Binary release
72
-
1. From [Github release page](https://github.com/dialogflowchatbot/dialogflow/releases), depending on the operating system, download the application.
72
+
1. From [Github release page](https://github.com/easyflow-ai/easyflow/releases), depending on the operating system, download the application.
73
73
1. Run it directly, or use the `-ip` and `-port` parameters to perform the listening IP address and port, e.g.: `dialogflow -ip 0.0.0.0 -port 8888`.
74
74
1. Open your browser and visit http://localhost:12715 (by default) or http://`new IP`:`new port` to see the application in action
Copy file name to clipboardexpand all lines: frontend/src/assets/lang/en.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ export default {
153
153
btn3: 'Try demos',
154
154
dlTitle: 'Download',
155
155
dl1: 'You can download the latest releases on Github',
156
-
dl2: 'If you have any issues or feedback, please email to: dialogflow(AT)yeah.net or create an <a href="https://github.com/dialogflowchatbot/dialogflow/issues">issue</a>',
156
+
dl2: 'If you have any issues or feedback, please email to: dialogflow(AT)yeah.net or create an <a href="https://github.com/easyflow-ai/easyflow/issues">issue</a>',
157
157
introTitle: 'What is this?',
158
158
intro1: 'It\'s similar to Google\'s Dialogflow, but with an additional canvas for editing processes. It\'s also similar to Typebot, but it includes a full answering backend.',
159
159
intro2: 'It has a feature called flow canvas that allows you to visually edit a conversation flow, test it, and finally publish it to the public.',
@@ -169,7 +169,7 @@ export default {
169
169
demo2: 'Information collection',
170
170
demo3: 'Notification',
171
171
demoUnvailableTitle: 'Demos are not available on Github',
172
-
demoUnvailableContent: 'Since there is currently no server to host the backend.<br />But you can <a href="https://github.com/dialogflowchatbot/dialogflow/releases">download</a> this software and try these 3 demonstration dialog flows',
172
+
demoUnvailableContent: 'Since there is currently no server to host the backend.<br />But you can <a href="https://github.com/easyflow-ai/easyflow/releases">download</a> this software and try these 3 demonstration dialog flows',
173
173
adv2Title: 'Tiny fast and portable',
174
174
adv2: 'Only ONE executable file (database is generated automatically)<br />pretty easy for deployment<br />Relying on AoT compilation technology<br />Program provides high concurrency and blazingly fast responses',
0 commit comments