echohive42 posts
Streamlit Main Concepts video Python File:
Streamlit allows you to create lightning speed python webapps.https://streamlit.io/files here are for video: https://youtu.be/fawiYo0qKJQ
GPT-index Talk to Wikipedia app video files
this is for video: https://youtu.be/rBEHPxVHb5c
Fine-tuning GPT-3 code files
files are for video: https://youtu.be/7MfyK3K_pQY
GPT-3 in VS Code files
Get responses directly in VS Code window!this files are for video: https://youtu.be/5SqrahLVZtU
Files from OpenAI embeddings explained video
files for video: https://youtu.be/y8S5VEYyKFMThese are the files I prepared to make it easier work with.
langchain memory types python file
for video: https://youtu.be/7RcS8FHGdW4
Recipe App python file
for video: https://youtu.be/2z0dZeeNoWU
ChatGPT UI file download
files for video: https://youtu.be/gciufc4Gpqohere are the 4 files necessary for the ChatGPT webapp UI.You need to have FastAPI and Uvicorn, OpenAI pip installedAdd your OpenAI key to your environment variableYou need to be running Uvicorn server from the commandline:uvicorn main:app --reload