├── README.md ├── chain.py ├── chatbot.py ├── image.py ├── input.txt ├── openaiapikey.txt ├── prompt.txt ├── prompt2.txt ├── prompt3.txt └── whisper.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllAboutAI-YT/ai-engineer/HEAD/README.md -------------------------------------------------------------------------------- /chain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllAboutAI-YT/ai-engineer/HEAD/chain.py -------------------------------------------------------------------------------- /chatbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllAboutAI-YT/ai-engineer/HEAD/chatbot.py -------------------------------------------------------------------------------- /image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllAboutAI-YT/ai-engineer/HEAD/image.py -------------------------------------------------------------------------------- /input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllAboutAI-YT/ai-engineer/HEAD/input.txt -------------------------------------------------------------------------------- /openaiapikey.txt: -------------------------------------------------------------------------------- 1 | YOUR API KEY 2 | -------------------------------------------------------------------------------- /prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllAboutAI-YT/ai-engineer/HEAD/prompt.txt -------------------------------------------------------------------------------- /prompt2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllAboutAI-YT/ai-engineer/HEAD/prompt2.txt -------------------------------------------------------------------------------- /prompt3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllAboutAI-YT/ai-engineer/HEAD/prompt3.txt -------------------------------------------------------------------------------- /whisper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllAboutAI-YT/ai-engineer/HEAD/whisper.py --------------------------------------------------------------------------------