Just Chat AI is a website that used for chatting with ai, this website can be powered by Groq AI and Gemini.
- Asking question to ai
- Select ai model
Client: Laravel 11, Livewire 3, Javascript, TailwindCSS
Server: PHP
Clone project ini
git clone https://github.com/Kepoo311/Just_Chat_AI.git
cd Just_Chat_AIInstall dependencies
composer install
npm installConfigurasi DB
php artisan migrate:fresh --seedAdd Groq AI or Gemini Api Key in env
- You can just copy from example env, in the very bottom
GEMINI_API_KEY=
GROQ_API_KEY=Run this project
php artisan serve- If you want to change the style do:
npm run dev- Dont forget to uncomment the @vite(..) in resources\views\components\layouts\app.blade.php and comment the link rel="stylesheet" href="{{asset('css/build.css')}}"