abcd5251 / LLM_course_part_1

Course notebooks and all the code for the first LLM course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LLM_course_part_1

Course notebooks and all the code for the first LLM course.

Make sure you add your environment variables.

Check out the course video here: https://youtu.be/joxIVe7cOKo

Run chainlit

chainlit run langchain_integration.py -w
chainlit run document_qa.py -w
chainlit run Internet_browsing_Arxiv_chainlit.py -w

Usage (Just for simple problem)

for math problem

python Human_as_a_tool.py 

for write python code

python Python_replit.py

for make file and write code (little useful)

python CLI_GPT.py

for personal function executing (may be useful when using web crawling)

python Custom_tools.py

modify chainlit.md for frontend

About

Course notebooks and all the code for the first LLM course.


Languages

Language:Python 100.0%