gpt-engineer-org / gpt-engineer

Platform to experiment with the AI Software Engineer. Terminal based. NOTE: Very different from https://gptengineer.app
MIT License
52.54k stars 6.83k forks source link

Request:Enabling Web Access for Documentation Search in "gpt-engineer" #46

Closed zikass94 closed 1 year ago

zikass94 commented 1 year ago

I'm wondering if it's possible to enable the "gpt-engineer" to access the web for searching documentations.

Mayorc1978 commented 1 year ago

I'm wondering if it's possible to enable the "gpt-engineer" to access the web for searching documentations.

Definitely, supports for embeddings, pdfs, and web search is a must, else it would be very hard to get something working with updated frameworks api.

Mayorc1978 commented 1 year ago

Doesn't the latest gpt model support functions now?

It should be possible in theory to implement web access.

Supporting paid-only features sounds like a poor choice to me.

patillacode commented 1 year ago

Hi!

Yes, almost anything is possible these days, the latest feature provided by openai (not a paid feature AFAIK) are functions. That would potentially allow for us/you to create a "search google" function.

See #58 for a first approach.

patillacode commented 1 year ago

Closing in favor of #58