Call Function from LLM
Agent01 is an agent that improves itself by writing new code and then executing the code. Just a demo but could be scary good.
The latest "index.html" is in "chatBotRAG". The main choice is between "chat_response", "assistant", "agent" and routes are named /api/chat_resonse/{action} where the action is prompt, create_vectordb etc
The chat_resonse is the latest OpenAI RESPONSE library that has built in Web-search, RAG/File search, Computer Use. It focuses on RAG at present.