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

Fix bug with self.final_answer_model in members.py to resolve model configuration inconsistencies #142

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

acherla
Copy link
Contributor

@acherla acherla commented Sep 13, 2024

fix final_answer_model in members.py to use the model configuration provided by user to resolve issues with configuration inconsistency between member models & final model.

This resolves issues where a user may specify the ollama model or any model that requires custom parameters like "base_url" that fail to be properly configured in the final_answer_model object thus resulting in errors (potentially due to final_answer_model resolving the wrong model to be used or due to it using defaults due to missing parameter configurations).

fix final_answer_model to use the model configuration provided by user to resolve issues with configuration inconsistency between members & final model

Signed-off-by: Arun Cherla <kcherla@gmail.com>
@StreetLamb StreetLamb added the bug Something isn't working label Sep 13, 2024
@StreetLamb StreetLamb merged commit b2a46db into StreetLamb:master Sep 13, 2024
4 checks passed
@StreetLamb
Copy link
Owner

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants