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:
merwanehamadi
2023-05-13 16:07:37 -07:00
committed by GitHub
parent e6f8e51504
commit 4143d212a5
22 changed files with 300 additions and 36 deletions

View File

@@ -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)