Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A ChatGPT, Gemini, Claude, and Ollama(offline) plug-in for Embarcadero RAD Studio IDE XE5 to 12.1
| Date | Stars |
|---|---|
| 2026-07-31 | 275 |
| 2026-08-06 | 275 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# FusionAI
<p align="center">
<img src="./Logo.png" alt="FusionAI logo" width="220" />
</p>
<p align="center">
AI assistance for Embarcadero RAD Studio 10.x and 11.x, directly inside the IDE.
</p>
<p align="center">
<img src="https://img.shields.io/github/license/AliDehbansiahkarbon/ChatGPTWizard.svg" alt="License" />
<img src="https://img.shields.io/github/stars/AliDehbansiahkarbon/ChatGPTWizard.svg" alt="Stars" />
<img src="https://img.shields.io/github/forks/AliDehbansiahkarbon/ChatGPTWizard.svg" alt="Forks" />
<img src="https://img.shields.io/github/last-commit/AliDehbansiahkarbon/ChatGPTWizard.svg" alt="Last commit" />
</p>
<p align="center">
<a href="https://www.buymeacoffee.com/adehbanr" target="_blank">
<img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174" />
</a>
</p>
> FusionAI is the current evolution of the original `ChatGPTWizard` project.
## What It Is
FusionAI is a Delphi plug-in for RAD Studio that brings AI-assisted workflows into the IDE:
- Ask free-form questions in a chat window
- Run inline questions directly from the editor
- Use predefined right-click actions such as explain, optimize, add comments, add tests, and find bugs
- Work with class/type-based prompts from a dedicated Class View
- Compare answers across multiple AI providers
- Keep a searchable local history database
- Use local file logging for diagnostics when needed
The project is intended for RAD Studio versions that do not have the newer built-in AI workflow as the primary path.
## Supported IDE Versions
This repository currently targets:
- RAD Studio 10.x
- 10.1 Berlin
- 10.2 Tokyo
- 10.3 Rio
- 10.4 Sydney
- RAD Studio 11.x
- 11 Alexandria
This repository is **not** the main target for RAD Studio 12.2+.
For older IDEs, use the separate branch/repository:
- [ChatGPTWizard-XE2-to-XE8](https://github.com/AliDehbansiahkarbon/ChatGPTWizard-XE2-to-XE8)
## Supported AI Providers
FusionAI currently supports:
- OpenAI ChatGPT
- Google Gemini
- Anthropic Claude
- Ollama
### Notes
- ChatGPT, Gemini, and Claude require valid API credentials.
- Ollama can be used locally without a cloud API key.
- You can choose a default AI service in the settings.
- Available models can be refreshed and cached per provider.
## Main Features
- Unified FusionAI chat window
- Dockable assistant UI when the IDE version supports it
- Inline editor prompts with the `cpt: ... :cpt` format
- Right-click editor actions for selected code
- Class View with prompt actions and code conversion helpers
- Provider-aware answer tabs
- Provider-aware SQLite history
- History filtering by provider and model
- Proxy configuration
- File-based diagnostic logging
- Configurable timeouts and provider-specific parameters
## Installation
### Option 1: Delphinus
Install through [Delphinus](https://github.com/Memnarch/Delphinus).
### Option 2: Direct package install
1. Open [FusionAI.dproj](./FusionAI.dproj) in RAD Studio.
2. Build the package.
3. Install the generated package from the IDE.
## Quick Start
1. Open `FusionAI Settings`.
2. Go to `AI Services`.
3. Enable at least one provider.
4. Fill in the provider settings:
- Base URL
- Access key if required
- Default model
- Optional provider-specific parameters
5. Save and reopen the assistant if needed.
## How To Use
### Chat Window
Open `FusionAI` from the IDE menu and ask a normal question.
Use this for:
- code explanation
- refactoring ideas
- architecture questions
- debugging help
- ad hoc snippets
<div style="display:inline">
<img width="350" height="500" src="https://user-images.githubusercontent.com/5601608/220568940-7eba2b94-f091-4400-a031-49b35d1f0d5e.png" alt="FusionAI main form"/>
<img width="350" height="500" src="https://user-images.githubusercontent.com/5601608/220568742-8ec94dec-ca44-4331-b245-202d64181fa5.png" alt="FusionAI answer view"/>
</div>
### Inline Questions
There are two main inlExcerpt of 10,750 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:61bbb123d67c98d3, topic:chatgpt