mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
fix typo (#286)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user