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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants