A symfony 6 Chatbot Demo using Anthropic Sonnet 3-5 (Claude), Youtube, Giphy, WeatherStack apis...🇫🇷 🇺🇸
This is a symfony 6 Chatbot Demo by using [Botman](https://botman.io).
It can be used as Chatbot symfony 6 starter.
This demo is password protected. Send me a request so I can create your credentials.
@jessica kuijer
composer install
symfony serve -d
# open https://127.0.0.1:8000
On local (dev) environment, use mysql for your own use and then you can create admins with the command:
bin/console app:create:admin
An invite in your terminal will ask for your credentials and password is hashed.
You can access the main website and /login page only. (& /logout)
Admins can access /chat page for using AI-chatbot.
- "hi" or "salut"
- "weather in london" or "prévision météo à paris" or "météo à new york"
- "give me a gif cats" or "envoi un gif mr bean"
- "my name is john" or "mon nom est alice" or "je m'appelle jessica"
- "say my name" or "dis mon nom"
- "what's my name?" or "name" or "nom" or "quel est mon nom?"
- "give me a youtube movie back to the future" or "donne moi une vidéo youtube chats"
- "news trump" or "actualités pierre palmade"
- "prévision météo à paris" or "weather in new york"
- THEN... ask for everything you want, AI Claude Anthropic Sonnet 3.5 will give you answers. 🤖
API Youtube data V3
API Giphy
API Anthropic Claude bundle PHP
API WeatherStack
API GNews
Configure your environnement variables that you can find in services.yaml parameters and .env.local
MIT License © 2024
@vikbert for CSS and botman starter
@jessica kuijer