Skip to content

chore(llm): use 4.1-mini and 0.01 temperature by default#214

Merged
imbajin merged 5 commits intoapache:mainfrom
MrJs133:llm_setup_update
May 7, 2025
Merged

chore(llm): use 4.1-mini and 0.01 temperature by default#214
imbajin merged 5 commits intoapache:mainfrom
MrJs133:llm_setup_update

Conversation

@MrJs133
Copy link
Copy Markdown
Contributor

@MrJs133 MrJs133 commented Apr 27, 2025

No description provided.

@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Apr 27, 2025
@github-actions github-actions Bot added the llm label Apr 27, 2025
@dosubot dosubot Bot added the enhancement New feature or request label Apr 27, 2025
@dosubot dosubot Bot added size:S This PR changes 10-29 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels Apr 27, 2025
openai_chat_api_base: Optional[str] = os.environ.get("OPENAI_BASE_URL", "https://api.openai.com/v1")
openai_chat_api_key: Optional[str] = os.environ.get("OPENAI_API_KEY")
openai_chat_language_model: Optional[str] = "gpt-4o-mini"
openai_chat_language_model: Optional[str] = "gpt-4.1-mini"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Ensure the key is compatible?

@dosubot dosubot Bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. labels Apr 27, 2025
@imbajin imbajin changed the title feat(llm):use 4.1-mini and 0.1 temperature by default chore(llm): use 4.1-mini and 0.01 temperature by default Apr 27, 2025
@MrJs133 MrJs133 self-assigned this Apr 27, 2025
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label May 7, 2025
@imbajin imbajin merged commit 212d9a5 into apache:main May 7, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request lgtm This PR has been approved by a maintainer llm size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants