Skip to content

Sujas-Aggarwal/ai-coder-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Create Virtual Environment

python -m venv venv

Install Dependencies

pip install -r requirements.txt

Setup API Key

Create an .env file and add the key in it as shown

GEMINI_API_KEY = "AI********"

or directly set the "GEMINI_API_KEY" in command line on the go

Start the Chatbot

python main.py

About

No MCP, No langchain or langraph, just pure python and llm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages