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

Support custom request parameters and headers for LLM APIs #272

Merged
merged 3 commits into from
Dec 31, 2023

Conversation

uezo
Copy link
Owner

@uezo uezo commented Dec 31, 2023

Set additional parameters and HTTP headers as Dictionary<string, string> to state.Data with CustomParameterKey and CustomHeaderKey.
This feature helps work well with some private reverse proxies.

- frequency_penalty
- presence_penalty
- stop
- logprobs
- top_logprobs
Set params and headers in state.Data with each key if you want to set them.
@uezo uezo merged commit 1d8c956 into master Dec 31, 2023
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.

1 participant