6 ms·
I very interested in this usecase - where should I go on the interwebs?
by ExxKA 3y ago
I very interested in this usecase - where should I go on the interwebs?
- avereveard 3y agooriginal paper: https://arxiv.org/abs/2205.00445 https://arxiv.org/abs/2205.00445 langchain agents are a good starting implementation. you can build your own prompt and get the ai to work by iself hallucinating tools, which may be cheaper to test out than going back and forth with an agent manager. not as accurate, but you can still extract useful work, i.e. https://i.imgur.com/AE4R3dR.png https://i.imgur.com/AE4R3dR.png (gpt-35-turbo is traditionally failing this task completely, prompt get it to work at it) these prompt all require the model to work off data within the prompt within the first shoot. model require a degree to introspection for that to work.