moodymudskipper / ask

ask R anything
Other
72 stars 2 forks source link

context_package() #42

Closed moodymudskipper closed 2 weeks ago

moodymudskipper commented 1 month ago

we have context_repo() for the package in development but I'd like to be able to ask questions about another package.

There are several components :

I think having only the doc in the context by default is reasonable because many package will be too big to the context window threshold.

This would allow us to ask precise questions about a package and the way it works. e.g. we suspect a package has an unexported helper that might help, or simpler: the default llm suggestions are not good because the pkg is not (or was not) well known so the training data is not enough.

krlmlr commented 2 weeks ago

Can the new models "browse the internet" so that the context is "just" a URL, perhaps?

moodymudskipper commented 2 weeks ago

Unfortunately no, through the API you cannot make chatgpt browse the internet