Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Would you plz add temperature,topP and penaltyScore to BaiduRequest just like other models? #9

Open
jemygraw opened this issue Jan 3, 2024 · 1 comment

Comments

@jemygraw
Copy link

jemygraw commented Jan 3, 2024

type BaiduChatRequest struct {

        Temperature     float32                 `json:"temperature,omitempty"`
	TopP            float32                 `json:"top_p,omitempty"`
	PenaltyScore    float32                 `json:"penalty_score,omitempty"`
@anhao
Copy link
Owner

anhao commented Jan 3, 2024

可以添加,百度的模型参数更新比较频繁

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants