SamuKata
echohive42

echohive42

patreon


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

View Post

GPT-index Talk to Wikipedia app video files

this is for video: https://youtu.be/rBEHPxVHb5c

View Post

Fine-tuning GPT-3 code files

files are for video: https://youtu.be/7MfyK3K_pQY

View Post

GPT-3 in VS Code files

Get responses directly in VS Code window!

this files are for video: https://youtu.be/5SqrahLVZtU

View Post

Files from OpenAI embeddings explained video

files for video: https://youtu.be/y8S5VEYyKFM

These are the files I prepared to make it easier work with.

View Post

langchain memory types python file

for video: https://youtu.be/7RcS8FHGdW4

View Post

Recipe App python file

for video: https://youtu.be/2z0dZeeNoWU

View Post

ChatGPT UI file download

files for video: https://youtu.be/gciufc4Gpqo


here are the 4 files necessary for the ChatGPT webapp UI.

You need to have FastAPI and Uvicorn, OpenAI pip installed

Add your OpenAI key to your environment variable

You need to be running Uvicorn ...

View Post