Below you will find pages that utilize the taxonomy term “ai”
Posts
Testing Recurrent Openai Chatgpt Prompts
creating your own assistant with your own data The quickest option to get started playing with creating you own assistants with a GUI tool is to use flowise
https://flowiseai.com/ https://github.com/FlowiseAI/Flowise coding example from youtube creating an assistant with your own data using python: https://youtu.be/9AXP7tCI9PI?si=dOd8TuYSDxM5Ke79 link to example python project from video https://github.com/techleadhd/chatgpt-retrieval crafting prompts you can make pretty complicated assistants just by crafting GPT prompts. the example assistant scripts make use of python langchain library to load your own data to create an assistant and encode it somehow into the prompt.