If you think this is helpful, you might want to sign up for my newsletter. Every week, I send out: – Ideas for AI prompts
– Information about AI tools
– Tips on workflows Join over 7,500 entrepreneurs for free: https://
godofprompt.ai/subscribe
TOOLS
-
Newsletter for AI prompts, tools, and workflows for entrepreneurs
By
–
-

Productivity: 10 hours of work in 2 hours with ChatGPT
By
–
Copy and paste these ChatGPT productivity prompts to get 10 hours of work done in 2:
-
Updating Code with Latest Assistants API Features
By
–
Thanks for the nudge—you’re right! I’m in the process of updating the code with the latest from the Assistants API. Excited to get this out soon!
-
Build RAG App with Streamlit Text Input and Answer Display
By
–
8. Ask question about the website and get the answer
• Create a text input for the user to enter their question using 'st.text_input()'
• If a question is asked, get the answer from the RAG app and display it using 'st.write()' -

Create Ollama Embeddings and Vector Store with Chroma
By
–
5. Create Ollama embeddings and a vector store using Chroma.
-
Building a Streamlit App with URL Input and Python UI
By
–
3. Set up the Streamlit App Streamlit lets you create user interface with just python code, for this app we will:
• Add a title to the app using 'st.title()'
• Get the webpage URL from the user. -

Building RAG Web Apps with Streamlit LangChain Ollama
By
–
2. Import necessary libraries • Streamlit for building the web app
• LangChain for the RAG functionality
• Ollama for running local LLM like Llama-3 -
Build Local RAG App with Llama-3 Offline
By
–
Build a RAG app with Llama-3 running locally on your computer
(100% free and without internet): -
Excel UI Features Enable Non-Programmer Collaboration
By
–
Excel programs come with a default flexible UI and a whole bunch of features – easy copy-and paste, integrate with other spreadsheets, quick visualization – that require a ton of work in other environments, especially when collaborating with non-programmers
