This commit is contained in:
digger yu
2024-03-28 19:27:50 +08:00
committed by GitHub
parent 145d9e8041
commit ed3bf194c7
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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