From 2940a4a77ebf8d56c5e49ea4764e95d7e4021f24 Mon Sep 17 00:00:00 2001 From: "jinli.yl" Date: Tue, 17 Jun 2025 20:10:29 +0800 Subject: [PATCH] update readme --- README.md | 1 - cookbook/simple_agent/quick_start.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 294b8b08..5f0ce1f1 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ pip install . - We start our context and summary services in `simple` mode. Next, you can use standard HTTP interfaces to call the services. ```shell -pip install . python -m experiencemaker.em_service \ --port=8001 \ --llm='{"backend": "openai_compatible", "model_name": "qwen3-32b", "temperature": 0.6}' \ diff --git a/cookbook/simple_agent/quick_start.md b/cookbook/simple_agent/quick_start.md index 294b8b08..5f0ce1f1 100644 --- a/cookbook/simple_agent/quick_start.md +++ b/cookbook/simple_agent/quick_start.md @@ -46,7 +46,6 @@ pip install . - We start our context and summary services in `simple` mode. Next, you can use standard HTTP interfaces to call the services. ```shell -pip install . python -m experiencemaker.em_service \ --port=8001 \ --llm='{"backend": "openai_compatible", "model_name": "qwen3-32b", "temperature": 0.6}' \