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

Add Token/Logit Bias to Completion/Chat settings #1647

Merged
merged 10 commits into from
Jun 23, 2023

Conversation

RogerBarreto
Copy link
Member

Motivation and Context

Was not possible until now for advanced LLM steering scenarios make usage of Token Bias during prompt configuration/invocation

Resolves #1635
Closes #1635

Description

This change brings the Token Bias configuration as part of both Text and Chat Completion Settings.

Extra example how to use Token Bias added.

Contribution Checklist

@RogerBarreto RogerBarreto added enhancement PR: ready for review All feedback addressed, ready for reviews .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel labels Jun 21, 2023
@RogerBarreto RogerBarreto self-assigned this Jun 21, 2023
@RogerBarreto RogerBarreto requested a review from a team as a code owner June 21, 2023 18:19
@RogerBarreto RogerBarreto added PR: ready to merge PR has been approved by all reviewers, and is ready to merge. and removed PR: ready for review All feedback addressed, ready for reviews labels Jun 23, 2023
@lemillermicrosoft lemillermicrosoft added this pull request to the merge queue Jun 23, 2023
Merged via the queue into microsoft:main with commit 7f98395 Jun 23, 2023
10 checks passed
@evchaki evchaki added this to the Sprint 34 milestone Jun 30, 2023
sneha-afk added a commit to am831/semantic-kernel that referenced this pull request Jul 5, 2023
shawncal pushed a commit to shawncal/semantic-kernel that referenced this pull request Jul 6, 2023
### Motivation and Context

Was not possible until now for advanced LLM steering scenarios make
usage of Token Bias during prompt configuration/invocation

Resolves microsoft#1635 
Closes microsoft#1635 

### Description

This change brings the Token Bias configuration as part of both Text and
Chat Completion Settings.

Extra example how to use Token Bias added.

### Contribution Checklist
<!-- Before submitting this PR, please make sure: -->
- [x] The code builds clean without any errors or warnings
- [x] The PR follows SK Contribution Guidelines
(https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
- [x] The code follows the .NET coding conventions
(https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions)
verified with `dotnet format`
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄

---------

Co-authored-by: Lee Miller <lemiller@microsoft.com>
@RogerBarreto RogerBarreto deleted the features/logit-bias branch December 5, 2023 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel Issues or pull requests impacting the core kernel .NET Issue or Pull requests regarding .NET code PR: ready to merge PR has been approved by all reviewers, and is ready to merge.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

.Net: Add Logic-Bias and any potential property missing to TextCompletion abstractions.
5 participants