-
Notifications
You must be signed in to change notification settings - Fork 0
VCL SmartCore AI example - Prepare Readme content #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VCL SmartCore AI example - Prepare Readme content #1
Conversation
| [](https://docs.devexpress.com/GeneralInformation/403183) | ||
| [](#does-this-example-address-your-development-requirementsobjectives) | ||
| <!-- default badges end --> | ||
| # DevExpress VCL/Delphi - Integrate SmartCore AI component library |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's up to you, but we didn't use "delphi" in the product name in previous examples. Do we need to highlight it for some reason in the repo name? Or we may add a tag to the repo right-side description.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's just a copy from the previous example in this series:
I agree, I'll surely update this:
| # DevExpress VCL/Delphi - Integrate SmartCore AI component library | |
| # DevExpress VCL - Integrate SmartCore AI component library |
|
|
||
| This simple example integrates AI into DevExpress VCL Controls using the official Embarcader SmartCore AI component library available via the GetIt Package Manager. | ||
| VCL developers can switch between different AI providers and utilize commands that DevExpress AI Assistant adds to DevExpress Text Editors (such as `TcxMemo` or `TdxRichEditControl`). | ||
| This example integrates AI into DevExpress VCL Controls using the official Embarcadero [SmartCore AI Components](https://blogs.embarcadero.com/introducing-the-smartcore-ai-components-pack/) pack available via the GetIt Package Manager. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I got it right...
| This example integrates AI into DevExpress VCL Controls using the official Embarcadero [SmartCore AI Components](https://blogs.embarcadero.com/introducing-the-smartcore-ai-components-pack/) pack available via the GetIt Package Manager. | |
| This example integrates an AI agent into DevExpress VCL Controls using the Embarcadero [SmartCore AI Component pack](https://blogs.embarcadero.com/introducing-the-smartcore-ai-components-pack/) available via the GetIt Package Manager. |
| - The [SmartCore AI Components](https://blogs.embarcadero.com/introducing-the-smartcore-ai-components-pack/) package installed from GetIt | ||
| - DevExpress VCL Components v25.1.3 or newer | ||
|
|
||
| ## Running the example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ## Running the example | |
| ## Run the Example |
| ## Running the example | ||
|
|
||
| To connect to an AI provider open the main form in designer, open editor for your driver of choice (OpenAI or Google Gemini in this example) and fill in API key. Then uncomment the `TdxSmartCoreAIChatClient.Create` call for the required AI provider`: | ||
| To connect to an AI provider within this sample project, do the following: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| To connect to an AI provider within this sample project, do the following: | |
| To connect to an AI provider within this sample project, you must: |
No description provided.