Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Recreate agent executor configurable bug #376

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eyurtsev
Copy link
Collaborator

@eyurtsev eyurtsev commented Jan 5, 2024

No description provided.

@cla-bot cla-bot bot added the cla-signed label Jan 5, 2024
@eyurtsev eyurtsev changed the title Recreate agent executor configurable bug Bug: Recreate agent executor configurable bug Jan 5, 2024
@@ -35,7 +36,19 @@ def get_eugene_thoughts(query: str) -> list:
]
)

llm = ChatOpenAI()

llm = ChatOpenAI(temperature=0.5).configurable_alternatives(
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

These options do not show up in the agent executor (but they do show up for the llms endpoint)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant