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 88[ ![ 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 )
99[ ![ 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 )
1010[ ![ 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 )
1211[ ![ Release.yml] ( https://github.com/microsoft/RD-Agent/actions/workflows/release.yml/badge.svg )] ( https://github.com/microsoft/RD-Agent/actions/workflows/release.yml )
1312[ ![ Platform] ( https://img.shields.io/badge/platform-Linux-blue )] ( https://pypi.org/project/rdagent/#files )
1413[ ![ PyPI] ( https://img.shields.io/pypi/v/rdagent )] ( https://pypi.org/project/rdagent/ )
1817[ ![ pre-commit] ( https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit )] ( https://github.com/pre-commit/pre-commit )
1918[ ![ Checked with mypy] ( https://www.mypy-lang.org/static/mypy_badge.svg )] ( http://mypy-lang.org/ )
2019[ ![ 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 -->
2121
2222# 📰 News
2323| 🗞️ News | 📝 Description |
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class RDAgentSettings(BaseSettings):
3838 chat_openai_api_key : str = ""
3939 chat_azure_api_base : str = ""
4040 chat_azure_api_version : str = ""
41- chat_model : str = ""
41+ chat_model : str = "gpt-4-turbo "
4242 chat_max_tokens : int = 3000
4343 chat_temperature : float = 0.5
4444 chat_stream : bool = True
You can’t perform that action at this time.
0 commit comments