Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A Dual AI Chat app where every question asked or image uploaded by a user is first interpreted initially by an AI programmed to be highly logical and analytical - and a discussion is initiated with **Muse** (an AI programmed to be creative and imaginative).

License

Notifications You must be signed in to change notification settings

siyangni/Dual-AI-Chat

 
 

Repository files navigation

Dual AI Chat

A chat application that enables conversation between two AI models - Cognito (logical) and Muse (creative).

Environment Setup

Create a .env.local file in the root directory with the following variables:

# Gemini API Key
API_KEY=your_gemini_api_key_here

# Grok API Key
GROK_API_KEY=your_grok_api_key_here

Available Models

The application supports the following models:

Gemini Models

  • Gemini 2.5 Flash (05-20)
  • Gemini 2.5 Pro (05-06)

Grok Models

  • Grok 3 Beta
  • Grok 3 Fast Beta
  • Grok 3 Mini Beta
  • Grok 3 Mini Fast Beta

Development

npm install
npm run dev

About

A Dual AI Chat app where every question asked or image uploaded by a user is first interpreted initially by an AI programmed to be highly logical and analytical - and a discussion is initiated with **Muse** (an AI programmed to be creative and imaginative).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.4%
  • HTML 9.6%