Share
I have a project to make AI agent in python …
Question
I have a project to make AI agent in python with some functionalities given there. I tried my best, but I was failed. Please help me out or give some advice to complete my project.
Answers ( 4 )
Are you using Python library OPENAI and if yes then you can share the problem you are facing
No, I’m not specifically used OPENAI. I have no idea how to use it.
I can help u can u specify your project
AI Agent in Python
This AI Agent will be based on LLM (Larger Langage Model). It will allow admin to provide a knolwedge base file from and can answer questions. The file can be any word/text document. The final application can be shown in a command line/console interface or a simple web page showing the chat interface.
There will be two users: Admin and User
Functional Requirements:
• Admin will control basic features of the AI agent such as how it interacts with user, any exception conditions where it cannot find an answer.
• Admin can upload a word/text document as knolwedge base.
• User should be provided with any interface based on CMD/console, however a web-chat interface would be better.
• The AI agent will ask user for the query, and will reply from the knowledge base.
• In case it cannot find an answer from the knowledge base, it will reply with a default message that just informs user about not being able to answer the query.
Important Notes:
– You are not allowed to use any no-code/drag-drop