You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: this needs to be defined more carefully.
Currently, this is mostly a bookmark for a discussion we had with @spirali and @gavento .
The rough idea would be to allow an actor to read responses from a context instead of querying an API.
How this would help?
could speed up debugging by avoiding slow API calls
could help debugging by providing a reproducible / deterministic actor response
could allow branching experiments where, e.g., a run of a debate which looks promising up to round 10 can be repeated with several possible continuations after round 10
The text was updated successfully, but these errors were encountered:
jas-ho
changed the title
Caching model responses for quicker development
Caching model responses for quicker development and branching of runs
Jul 29, 2023
Note: this needs to be defined more carefully.
Currently, this is mostly a bookmark for a discussion we had with @spirali and @gavento .
The rough idea would be to allow an actor to read responses from a context instead of querying an API.
How this would help?
The text was updated successfully, but these errors were encountered: