uezo / ChatdollKit

ChatdollKit enables you to make your 3D model into a chatbot
Apache License 2.0
684 stars 73 forks source link

Support custom request parameters and headers for LLM APIs #272

Closed uezo closed 6 months ago

uezo commented 6 months ago

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.