File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
[ ![ CodeQL] ( https://github.com/microsoft/RD-Agent/actions/workflows/github-code-scanning/codeql/badge.svg )] ( https://github.com/microsoft/RD-Agent/actions/workflows/github-code-scanning/codeql )
9
9
[ ![ Dependabot Updates] ( https://github.com/microsoft/RD-Agent/actions/workflows/dependabot/dependabot-updates/badge.svg )] ( https://github.com/microsoft/RD-Agent/actions/workflows/dependabot/dependabot-updates )
10
10
[ ![ Lint PR Title] ( https://github.com/microsoft/RD-Agent/actions/workflows/pr.yml/badge.svg )] ( https://github.com/microsoft/RD-Agent/actions/workflows/pr.yml )
11
- [ ![ Readthedocs Preview] ( https://github.com/microsoft/RD-Agent/actions/workflows/readthedocs-preview.yml/badge.svg )] ( https://github.com/microsoft/RD-Agent/actions/workflows/readthedocs-preview.yml )
12
11
[ ![ Release.yml] ( https://github.com/microsoft/RD-Agent/actions/workflows/release.yml/badge.svg )] ( https://github.com/microsoft/RD-Agent/actions/workflows/release.yml )
13
12
[ ![ Platform] ( https://img.shields.io/badge/platform-Linux-blue )] ( https://pypi.org/project/rdagent/#files )
14
13
[ ![ PyPI] ( https://img.shields.io/pypi/v/rdagent )] ( https://pypi.org/project/rdagent/ )
18
17
[ ![ pre-commit] ( https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit )] ( https://github.com/pre-commit/pre-commit )
19
18
[ ![ Checked with mypy] ( https://www.mypy-lang.org/static/mypy_badge.svg )] ( http://mypy-lang.org/ )
20
19
[ ![ Ruff] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json )] ( https://github.com/astral-sh/ruff )
20
+ [ ![ Readthedocs Preview] ( https://github.com/microsoft/RD-Agent/actions/workflows/readthedocs-preview.yml/badge.svg )] ( https://github.com/microsoft/RD-Agent/actions/workflows/readthedocs-preview.yml ) <!-- this badge is too long, please place it in the last one to make it pretty -->
21
21
22
22
# 📰 News
23
23
| 🗞️ News | 📝 Description |
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class RDAgentSettings(BaseSettings):
38
38
chat_openai_api_key : str = ""
39
39
chat_azure_api_base : str = ""
40
40
chat_azure_api_version : str = ""
41
- chat_model : str = ""
41
+ chat_model : str = "gpt-4-turbo "
42
42
chat_max_tokens : int = 3000
43
43
chat_temperature : float = 0.5
44
44
chat_stream : bool = True
You can’t perform that action at this time.
0 commit comments