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 LLM terminology in code #73

Merged
merged 4 commits into from
Dec 17, 2024
Merged

Fix LLM terminology in code #73

merged 4 commits into from
Dec 17, 2024

Conversation

CharlesCNorton
Copy link
Contributor

Replaced all occurrences of mlm_client and mlm_model with llm_client and llm_model for consistent terminology when referencing Large Language Models (LLMs).

Replaced all occurrences of mlm_client and mlm_model with llm_client and llm_model for consistent terminology when referencing Large Language Models (LLMs).
@CharlesCNorton
Copy link
Contributor Author

@microsoft-github-policy-service agree [company="{AI}"]

@CharlesCNorton
Copy link
Contributor Author

@microsoft-github-policy-service agree

@afourney
Copy link
Member

I agree with this, but changing this now will break things for people already experimenting with the library. Can we go in 2 steps. First let's enable the llm_ keywords as an alias to mlm_, and mark mlm_ as deprecated. Then we can remove mlm in a future release (e.g., 1 or two releases from now)

@gagb
Copy link
Contributor

gagb commented Dec 17, 2024

@CharlesCNorton can you please resolve the conflicts. Also double check any other mentions of mlm e.g., in the README. [Update] Sorry I see the two PRs. I'll merge them together.,

@gagb gagb self-assigned this Dec 17, 2024
@gagb gagb merged commit cf13b7e into microsoft:main Dec 17, 2024
3 checks passed
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.

3 participants