8000 GitHub - prashant0708/chatbot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

prashant0708/chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Chatbot Project using LangGraph and Langchain

Initial and Important Command of git

git init

git add .

git commit -m "message"
git remote add origin https://github.com/prashant0708/chatbot.git
git pull origin master --rebase
git push -u origin master

Create virtual Enviroment

conda create -p chatbotenv python==3.12

Activate the create virtusl enviroment

conda activate chatbotenv/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0