digger yu před 1 rokem
rodič
revize
ed3bf194c7
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      agenthub/codeact_agent/README.md
  2. 1 1
      opendevin/server/README.md

+ 1 - 1
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

+ 1 - 1
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