You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Unlike many agent frameworks that only track the chat history with LLMs in text,
23
23
24
24
25
25
## 🆕 News
26
+
- 📅2024-03-28: TaskWeaver now offers all-in-one Docker image, providing a convenient one-stop experience for users. Please check the [docker](https://microsoft.github.io/TaskWeaver/docs/usage/docker) for more details.🐳
26
27
- 📅2024-03-27: TaskWeaver now switches to `container` mode by default for code execution. Please check the [code execution](https://microsoft.github.io/TaskWeaver/docs/advanced/code_execution) for more details.🐳
27
28
- 📅2024-03-07: TaskWeaver now supports configuration of different LLMs for various components, such as the Planner and CodeInterpreter. Please check the [multi-llm](https://microsoft.github.io/TaskWeaver/docs/llms/multi-llm) for more details.🔗
28
29
- 📅2024-03-04: TaskWeaver now supports a [container](https://microsoft.github.io/TaskWeaver/docs/advanced/code_execution) mode, which provides a more secure environment for code execution.🐳
Copy file name to clipboardexpand all lines: website/docs/configurations/overview.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -42,5 +42,8 @@ The following table lists the parameters in the configuration file:
42
42
> models later than 1106. If you are using an older version of OpenAI model, you need to set the `llm.response_format`
43
43
> to `null`.
44
44
45
-
> 💡 Read [this](../advanced/compression.md) for more information for `planner.prompt_compression`
46
-
> and `code_generator.prompt_compression`.
45
+
> 💡 Read [this](../advanced/compression.md) for more information for `planner.prompt_compression` and `code_generator.prompt_compression`.
46
+
47
+
> 💡 We support to set configurations via environment variables. You need to transform the configuration key to uppercase and replace the dot with underscore.
48
+
For example, `llm.model` should be set as `LLM_MODEL`, `llm.api_base` should be set as `LLM_API_BASE`, etc.
0 commit comments