From ed3bf194c7b5e32b940ef5593f5a9f6d9ca265c5 Mon Sep 17 00:00:00 2001 From: digger yu Date: Thu, 28 Mar 2024 19:27:50 +0800 Subject: [PATCH] fix typo (#286) --- agenthub/codeact_agent/README.md | 2 +- opendevin/server/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/agenthub/codeact_agent/README.md b/agenthub/codeact_agent/README.md index 81eb567136..6ca3358346 100644 --- a/agenthub/codeact_agent/README.md +++ b/agenthub/codeact_agent/README.md @@ -2,7 +2,7 @@ This folder implements the [CodeAct idea](https://arxiv.org/abs/2402.13463) that relies on LLM to autonomously perform actions in a Bash shell. It requires more from the LLM itself: LLM needs to be capable enough to do all the stuff autonomously, instead of stuck in an infinite loop. -A minimalistic exmaple can be found at [research/codeact/examples/run_flask_server_with_bash.py](./examples/run_flask_server_with_bash.py): +A minimalistic example can be found at [research/codeact/examples/run_flask_server_with_bash.py](./examples/run_flask_server_with_bash.py): ```bash mkdir workspace diff --git a/opendevin/server/README.md b/opendevin/server/README.md index 07f4bdc705..f4cef80a2c 100644 --- a/opendevin/server/README.md +++ b/opendevin/server/README.md @@ -42,7 +42,7 @@ WORKSPACE_DIR=/path/to/your/workspace # Default path to model's workspace ``` ## API Schema -There are two types of messages that can be sent to, or recieved from, the server: +There are two types of messages that can be sent to, or received from, the server: * Actions * Observations