Skip to content

Commit

Permalink
fix: added prohibited symbol (#82)
Browse files Browse the repository at this point in the history
* Update README.md

* fix/Update user-guide.md

Added another prohibited symbol "\"

* fix README.md
  • Loading branch information
volhatrusava authored Mar 15, 2024
1 parent 258d2cf commit 836110f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

* Refer to [Configuration](./docs/Deployment/configuration.md)

## Other AI DIAL Project Open Source Repositories
## Other AI DIAL Project Open Source Repositories

Here is the current list of repositories where you can find more details. You can also refer to [repository map](https://epam-rail.com/open-source).

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

* Refer to [Configuration](./Deployment/configuration.md)

## Other AI DIAL Project Open Source Repositories
## Other AI DIAL Project Open Source Repositories 1

Here is the current list of repositories where you can find more details.

Expand Down
10 changes: 5 additions & 5 deletions docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ The section with your prompts is located in the right-hand area of the screen. I
To create a new prompt:

1. On the right panel, select **New prompt**.
2. Fill in the **Name**, **Description**, and **Prompt** boxes. The following symbols in the prompt names are prohibited: ":", ";", "/", ",", "=", "{", "}". Note that you can use the "." symbol at the start or inside a name, but the dot at the end will be automatically removed.
2. Fill in the **Name**, **Description**, and **Prompt** boxes. The following symbols in the prompt names are prohibited: ":", ";", "/", "\", ",", "=", "{", "}". Note that you can use the "." symbol at the start or inside a name, but the dot at the end will be automatically removed.
3. Click **Save**.

> **Name** and **Description** aren’t used as instructions for a language model. They only help you to distinguish the prompt from others. The language model will only use instructions from the **Prompt** box.
Expand Down Expand Up @@ -191,7 +191,7 @@ You can gather your prompts in folders.
You can create a hierarchy of folders with three nesting levels. Just create a folder and drag-n-drop it in the other folder to create a nesting level.
The same way, you can either drag-n-drop a prompt into a folder or use **Move to** in the context menu of a prompt to place it in one of the folders.
Empty folders are deleted after refreshing a page or relogining.
The following symbols in the folders names are prohibited: ":", ";", "/", ",", "=", "{", "}". Note that you can use the "." symbol at the start or inside a name, but the dot at the end will be automatically removed.
The following symbols in the folders names are prohibited: ":", ";", "/", "\", ",", "=", "{", "}". Note that you can use the "." symbol at the start or inside a name, but the dot at the end will be automatically removed.

### Search and Filter

Expand Down Expand Up @@ -238,7 +238,7 @@ To create a conversation:
3. Optionally, under **System prompts**, select a prompt by typing "/" in the text box. For details, refer to the [Prompts](#prompts) section of this guide.
4. Under **Temperature**, set a value of the temperature parameter. For details, refer to the [Temperature](#temperature) section of this guide.
5. Optionally, under **Addons**, select an Addon. For details, refer to the [Addons](#addons) section of this guide.
6. Under conversation settings, type your text (prompt) in the chat box and click the **Send** icon. The conversation will be created, and your first question will be used as its name. The following symbols in the conversation names are prohibited: ":", ";", "/", ",", "=", "{", "}" and will be excluded. Note that you can use the "." symbol at the start or inside a name, but the dot at the end will be automatically removed.
6. Under conversation settings, type your text (prompt) in the chat box and click the **Send** icon. The conversation will be created, and your first question will be used as its name. The following symbols in the conversation names are prohibited: ":", ";", "/", "\", ",", "=", "{", "}" and will be excluded. Note that you can use the "." symbol at the start or inside a name, but the dot at the end will be automatically removed.

### Actions

Expand Down Expand Up @@ -269,7 +269,7 @@ You can gather your conversations in folders.
You can create a hierarchy of folders with three nesting levels. Just create a folder and drag-n-drop it in the other folder to create a nesting level. The same way, you can either drag-n-drop a conversation into a folder or use **Move to** in the context menu of a conversation to move it to a folder.
Empty folders are deleted after refreshing a page.

The following symbols in the folders names are prohibited: ":", ";", "/", ",", "=", "{", "}" and will be excluded. Note that you can use the "." symbol at the start or inside a name, but the dot at the end will be automatically removed.
The following symbols in the folders names are prohibited: ":", ";", "/", "\", ",", "=", "{", "}" and will be excluded. Note that you can use the "." symbol at the start or inside a name, but the dot at the end will be automatically removed.

> When you use the contextual menu to move a conversation, you can create a new folder, in which the conversation should be moved.
Expand Down Expand Up @@ -419,7 +419,7 @@ To manage all attachments, click the **Attachments** icon at the bottom of the l
1. In the Manage attachments dialog, select **Upload from device**.
2. Select one or several files you want to upload and click **Open**.
3. Under **Upload to**, select **Change** to pick a folder, in which the files will be uploaded.
4. Under **Files**, change file names or delete files, if necessary. The following symbols in the file names are prohibited: ":", ";", "/", ",", "=", "{", "}". Note that you can use the "." symbol at the start or inside a name, but the dot at the end will be automatically removed.
4. Under **Files**, change file names or delete files, if necessary. The following symbols in the file names are prohibited: ":", ";", "/", "\", ",", "=", "{", "}". Note that you can use the "." symbol at the start or inside a name, but the dot at the end will be automatically removed.
5. Click **Upload and attach files**.

![](./img/manage_attachments.png)
Expand Down

0 comments on commit 836110f

Please sign in to comment.