← Back to context

Comment by danielbln

2 years ago

Interesting, I like this sort of wizard approach. Would you share any implementation details? Langchain, presumably?

Actually, I'm not using Langchain.

I'm now adding "agent" functionality, specifically to enable the AI to do some "research" on the web, at the moment this will also be done without a framework.

So I'm either missing something or I am doing something simple enough that does not require the framework overhead / added value..

  • I think that's good, langchain is a spaghetti monster and I think you're better off rolling your own, especially now with the baked in functions feature that GPT has'

    • I am able to implement complex logic without using this new "functions" feature, I am considering using it with the agent implementation, but might not need to as the new GPT4 version improves on it's JSON handling so that is already plenty robust for my needs..

      1 reply →