Fix image language (#150)

pull/151/head
Mark Sun 2024-07-08 19:26:29 +08:00 committed by GitHub
parent 872390f687
commit e8fa2631a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
19 changed files with 2 additions and 14 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 237 KiB

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 437 KiB

After

Width:  |  Height:  |  Size: 283 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 415 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 497 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 427 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 551 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 344 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 193 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 593 KiB

After

Width:  |  Height:  |  Size: 281 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 559 KiB

After

Width:  |  Height:  |  Size: 275 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 536 KiB

After

Width:  |  Height:  |  Size: 302 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 564 KiB

After

Width:  |  Height:  |  Size: 300 KiB

View File

@ -4,7 +4,7 @@ In **Studio -- Application Orchestration**, click **Add Feature** to open the ap
The application toolbox provides various additional features for Dify's [applications](../#application_type): The application toolbox provides various additional features for Dify's [applications](../#application_type):
<!-- TODO CN IMG --> <!-- TODO CN IMG -->
<figure><img src="/en/.gitbook/assets/guides/application_orchestrate/app_toolkits/image (237).png" alt=""><figcaption></figcaption></figure> <figure><img src="/en/.gitbook/assets/guides/application_orchestrate/app_toolkits/content_moderation.png" alt=""><figcaption></figcaption></figure>
### Conversation Opening ### Conversation Opening
@ -18,18 +18,6 @@ Setting next step question suggestions allows the AI to generate 3 follow-up que
<figure><img src="/en/.gitbook/assets/guides/application_orchestrate/app_toolkits/image (241).png" alt=""><figcaption></figcaption></figure> <figure><img src="/en/.gitbook/assets/guides/application_orchestrate/app_toolkits/image (241).png" alt=""><figcaption></figcaption></figure>
### Text-to-Speech
When enabled, this feature converts the AI's responses into natural-sounding speech.
<figure><img src="/en/.gitbook/assets/guides/application_orchestrate/app_toolkits/image (242).png" alt=""><figcaption></figcaption></figure>
### Speech-to-Text
When enabled, you can record audio within the application and automatically convert the speech into text.
<figure><img src="/en/.gitbook/assets/guides/application_orchestrate/app_toolkits/image (243).png" alt=""><figcaption></figcaption></figure>
### Citation and Attribution ### Citation and Attribution
When this feature is enabled, the large language model will cite content from the knowledge base when responding to questions. You can view specific citation details below the response, including the original text segment, segment number, and match score. When this feature is enabled, the large language model will cite content from the knowledge base when responding to questions. You can view specific citation details below the response, including the original text segment, segment number, and match score.

View File

@ -34,7 +34,7 @@ The prompt we are filling in here is:
> >
> When I am ready, you can start asking questions. > When I am ready, you can start asking questions.
![](</en/.gitbook/assets/guides/application_orchestrate/conversation-application/image (38).png>) <!-- ![](</en/.gitbook/assets/guides/application_orchestrate/conversation-application/image (38).png>) TODO -->
For a better experience, we will add an opening dialogue: `"Hello, {{name}}. I'm your interviewer, Bob. Are you ready?"` For a better experience, we will add an opening dialogue: `"Hello, {{name}}. I'm your interviewer, Bob. Are you ready?"`