From 088bbcf0d44f20be0b83d5f65ec7de36c0bd51fe Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Sat, 26 Oct 2024 17:33:52 -0700 Subject: [PATCH] spell check --- e2e_tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e_tests/README.md b/e2e_tests/README.md index 9094b96c..368fdd13 100644 --- a/e2e_tests/README.md +++ b/e2e_tests/README.md @@ -6,9 +6,9 @@ To be able to run e2e tests successfully run_e2e_script prepares environment in 1. build and start function_calling demo (using docker compose) 1. build, install and start model server async (using poetry) -1. build and start arch gateway (using dokcer compose) +1. build and start arch gateway (using docker compose) 1. wait for model server to be ready -1. wait for arch gatewy to be ready +1. wait for arch gateway to be ready 1. start e2e tests (using poetry) 1. runs llm gateway tests for llm routing 2. runs prompt gateway tests to test function calling, parameter gathering and summarization