Python code , that takes the input from user and from backend it connects with OPENAI_ChatGPT and Google Gemini Modes.
As a response it prints the outcome on same screen.
files:
.env
Content of .env file:
OPEN_API_KEY="<Add your Key Here"
GOOGLE_API_KEY="Add your Key Here"
Content of AImalio.ipynb
Refer the code here...