Will Fu-Hinthorn

Results 157 comments of Will Fu-Hinthorn

Think this has a bug in it. I'll make a fix

Think I'll have to revert this actually - the configured URL wouldn't be honored by the sync API as far as I can tell, so even if the bug weren't...

I couldn't get the `GoogleSearch` object from serpapi to use a `api_base_url` parameter or adjust its behavior when setting. Were you able to? This is for the synchronous `run()` method

What version of langchain are you using? ``` from langchain.experimental import AutoGPT ``` still works on the main branch

If the query is specifically failing about "last week" then you'd probably want to include a "the current time is X" in your prompt. The models have no idea what...

Think the HF pipeline doesn't yet support the mosaic config rght now for either

This makes sense to me. I could review a PR

Hm for the AutoGPTMemory to be serializable the underlying vectorStoreRetriever ought to be serializable as well

> These checks are failing because I added the `python-levenshtein` package to `pyproject.toml`: > > ``` > Because langchain depends on python-levenshtein (^0.21.0) which doesn't match any versions, version solving...

> @vowelparrot Is the output from the first cell correct? I think it's supposed to illustrate that the response that's generated isn't correct, but I don't see it generating an...