Skip to content

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.

Notifications You must be signed in to change notification settings

LexChien/AIAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIAgent

Description

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.

Model Versions

  • ChatGPT: gpt-4o
  • Gemini: gemini-2.0 Flash
  • Grok: grok-2

Features

  • 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.

Installation

  1. Clone this repository:
    git clone https://github.com/YOUR_USERNAME/AIAgent.git
    cd AIAgent
  2. Install dependencies:
    pip install -r requirements.txt

Usage

  1. 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
  2. Run the agent:
    python main.py

Contributing

Feel free to contribute to this project by submitting issues, feature requests, or pull requests!

License

This project is licensed under the MIT License.

Contact

For any inquiries, reach out via GitHub Issues or email [email protected].

MIT License

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages