Reinier van der Leer
Reinier van der Leer
Interesting concept! It seems somewhat similar to the rolling summary that is currently being used for the agent's message history. If anyone is interested in re-evaluating the value of this...
> CI is red due to the use of is_relative_to here, which only exists in 3.9+ > unsure how to resolve this We resolved it by requiring Python 3.10+. Pathlib...
> at least it shouldn't crash. I think we all agree on that :)
As @kinance mentions, `create_embedding_with_ada()` was removed in #4208, so this PR is no longer needed. Thanks for submitting though! :)
> guys, that docker-compose.yml mounts the local directory into the container, if you are in another directory, obviously the autogpt subfolder won't be mounted in. so either you adjust the...
This is an interesting but multi-faceted PR, some of which would be better as a plugin and some of which has improperly resolved conflicts such as `.env.template`. We would be...
The original issue should be resolved in #2351
~~Important note here: since we run our CI on `pull_request` events, the workflow only has access to our `OPENAI_API_KEY` if the source branch is in the main repo, meaning only...
Fixed in #3359
@ashuk2000 not running CI when it doesn't add any value is generally a good idea. It isn't strictly necessary to be selective, but it can speed up some workflows and...