mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-23 17:04:21 +01:00
Feature/basic proxy (#4164)
* basic proxy (#54) * basic proxy (#55) * basic proxy * basic proxy * basic proxy * basic proxy * add back double quotes * add more specific files * write file * basic proxy * Put back double quotes
This commit is contained in:
@@ -52,7 +52,10 @@ Human Feedback:Command Result: Important Information."""
|
||||
@requires_api_key("OPENAI_API_KEY")
|
||||
@pytest.mark.vcr
|
||||
def test_save_memory_trimmed_from_context_window(
|
||||
message_history_fixture, expected_permanent_memory, config: Config
|
||||
message_history_fixture,
|
||||
expected_permanent_memory,
|
||||
config: Config,
|
||||
patched_api_requestor,
|
||||
):
|
||||
next_message_to_add_index = len(message_history_fixture) - 1
|
||||
memory = get_memory(config, init=True)
|
||||
|
||||
Reference in New Issue
Block a user