Skip to content

Use LLMConfig instead of config dictionary#71

Merged
kumaranvpl merged 2 commits intomainfrom
use-LLMConfig
Apr 17, 2025
Merged

Use LLMConfig instead of config dictionary#71
kumaranvpl merged 2 commits intomainfrom
use-LLMConfig

Conversation

@kumaranvpl
Copy link
Contributor

Closes #70

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR replaces the configuration dictionary with the new LLMConfig API for setting up language model parameters.

  • Updated the LLM configuration to use LLMConfig
  • Removed explicit llm_config parameters from agent instantiation and instead utilized a context manager
  • Adjusted import statements accordingly

@kumaranvpl kumaranvpl enabled auto-merge April 17, 2025 07:00
@kumaranvpl kumaranvpl added this pull request to the merge queue Apr 17, 2025
Merged via the queue into main with commit 291334d Apr 17, 2025
111 checks passed
@kumaranvpl kumaranvpl deleted the use-LLMConfig branch April 17, 2025 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use LLMConfig instead of llm_config dictionary

3 participants