ChatGPT API Custom-trained AI Chatbot answering “None” to Python Query
I’m connecting to my first chatbot. Based on the process outlined here: https://beebom.com/how-train-ai-chatbot-custom-knowledge-base-chatgpt-api/ I created the code he suggested to get ChatGPT to analyze my PDF. The code was a bit outdated though, and I had to make some adjustments. This is what I have now: from llama_index import * from langchain.chat_models import ChatOpenAI import … Read more