Skip to content

Commit 82bb400

Browse files
authored
Update README.md
1 parent 14339fd commit 82bb400

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Receive suggestions for creating and improving code directly in the IDE and take
6565

6666
## CONFIGURING IAS ONLINE
6767
You can choose between 3 APIs, Gemini (Google), ChatGPT (OpenAI) and Groq. Gemini and Groq APIs are free.
68-
- Access the menu “AI Developer” > “Settings” > Tab “IAs on-line”
68+
Access the menu “AI Developer” > “Settings” > Tab “IAs on-line”
6969
![image](https://github.com/user-attachments/assets/2c3a45a2-94c8-4449-8c71-58246f6ca67f)
7070

7171
1. Inform the desired model.
@@ -74,6 +74,26 @@ You can choose between 3 APIs, Gemini (Google), ChatGPT (OpenAI) and Groq. Gemin
7474

7575
<br/>
7676

77+
## AI Chat interacting with Delphi IDE
78+
Access the menu “AI Developer” > “Chat” or Ctrl+Shift+Alt+A
79+
![image](https://github.com/user-attachments/assets/a8e58367-36c3-481f-8583-98d19cee68af)
80+
81+
1. Select the desired AI to be used in the chat
82+
2. Field where the question/prompt should be added
83+
3. Field where the AI ​​response will be displayed
84+
4. Access the menu with pre-registered questions (to register, access the menu: “AI Developer” > “Defaults Questions”)
85+
5. By checking this option, the AI ​​will only return codes, without inserting comments or explanations.
86+
6. By checking the "Use current unit code in query" option, the source code of the current unit will be used as a reference for the prompt sent to the AIs.
87+
Note: If the current unit has any code selected, only the selected code snippet will be used as a reference, otherwise the entire unit code will be used.
88+
7. Button that makes the request to the AIs
89+
8. **Insert Selected Text at Cursor**: Inserts the selected text into the response, field in the IDE code editor (if there is no selection, use the entire response)
90+
9. Create new unit with selected code (if there is no selection, use the entire response)
91+
10. Copy Selected Text (if there is no selection, use the entire response)
92+
11. Clean all and start a new chat
93+
12. Opens a menu with additional options
94+
95+
<br/>
96+
7797
## ▶️ Demo Video
7898
We have also created a video with details on how to download, install and use the plugin. The video is in Portuguese (ptBR), but we are providing subtitles and possibly a video in English.
7999
* [https://www.youtube.com/watch?v=2NAlUFK2FGs](https://www.youtube.com/watch?v=2NAlUFK2FGs)

0 commit comments

Comments
 (0)