whitehatboy005 / Ai

This Python application creates a chatbot interface using Streamlit, allowing users to interact with an AI model powered by the google.generativeai library. The chatbot responds to various commands and queries, providing conversational responses based on the input.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

check the AI interface

click on this link https://harish-gpt.streamlit.app/

.env File input format

gemini_api ="YOUR_API_KEY"

A .env file in Python is a simple text file used to store configuration settings, environment variables, and other key-value pairs related to a Python project. These files typically contain sensitive information such as API keys, database credentials, or configuration settings.

To get GEMINI_API_KEY in this link https://aistudio.google.com/app/apikey

About

This Python application creates a chatbot interface using Streamlit, allowing users to interact with an AI model powered by the google.generativeai library. The chatbot responds to various commands and queries, providing conversational responses based on the input.


Languages

Language:Python 100.0%