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: Custom prefix causing allowed seeded LLMs not to be shown #1039

Merged
merged 3 commits into from
Dec 23, 2024

Conversation

keegangeorge
Copy link
Member

The allowed_seeded_llms array which is a map of a list type setting (ai_spam_detection_model_allowed_seeded_models_map) includes only a string of LLM IDs and not the custom prefix. However, our check in the LLM enumerator was comparing against it with the prefix, thus causing seeded LLMs to never be shown.

@SamSaffron SamSaffron merged commit bdb8f1d into main Dec 23, 2024
6 checks passed
@SamSaffron SamSaffron deleted the fix-seeded-llms-spam branch December 23, 2024 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants