AIAgent is an all-in-one AI integration project that connects multiple AI APIs, including Grok, Gemini, ChatGPT, and Copilot. This repository aims to provide a unified interface to interact with these models seamlessly, making AI-powered development more efficient and accessible.
- ChatGPT: gpt-4o
- Gemini: gemini-2.0 Flash
- Grok: grok-2
- Unified API wrapper for Grok, Gemini, ChatGPT, and Copilot.
- Easy-to-use integration for multiple AI services.
- Modular design to extend support for additional AI models.
- Scalable and efficient architecture for AI-powered applications.
- Example scripts and use cases for various AI-powered tasks.
- Clone this repository:
git clone https://github.com/YOUR_USERNAME/AIAgent.git cd AIAgent
- Install dependencies:
pip install -r requirements.txt
- Set up your API keys in an
.env
file:GROK_API_KEY=your_grok_api_key GEMINI_API_KEY=your_gemini_api_key CHATGPT_API_KEY=your_chatgpt_api_key COPILOT_API_KEY=your_copilot_api_key
- Run the agent:
python main.py
Feel free to contribute to this project by submitting issues, feature requests, or pull requests!
This project is licensed under the MIT License.
For any inquiries, reach out via GitHub Issues or email [email protected]
.
Copyright (c) 2025 Lex Chien
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.