GoodluckH
GoodluckH OP t1_j4evyhl wrote
GoodluckH OP t1_j4espcc wrote
Reply to comment by m98789 in [D]: Are there models like CODEX but work in a reversed way? by GoodluckH
Wow, that's really cool. But I can actually ask things like "what does XYZ do?", and it can give me some explanations like ChatGPT.
Clearly, they are using more than OpenAI's embedding to make this possible. I read if from Twitter that GPTDuck also uses LangChain which I'm not so familiar with.
Any idea how they're able to go from advanced search to conversational?
thank you for your insight!
GoodluckH OP t1_j4hiypg wrote
Reply to comment by m98789 in [D]: Are there models like CODEX but work in a reversed way? by GoodluckH
Ahh this makes a lot of sense. Regarding stage 0, how do you split codes? Like just by lines or have some methods to extract functions and classes?
I wrote some script that allows you to extract Python functions using regex, but this is def not scalable to other languages…