ChatGPTNextWeb / ChatGPTNextWeb/NextChat

[Feature] Top_P

Open
#4,078 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
88.8k
Forks
59.1k
PR merge metrics
No merged PRs in 30d

Description

- Why we are not using 2 decimal instead of 1 i mean like **Top_p 0.95**
- Sorry, I'm not good at TypeScript.
```

{
props.updateConfig(
(config) =>
(config.top_p = ModalConfigValidator.top_p(
e.currentTarget.valueAsNumber,
)),
);
}}
>

Contributor guide

No contributing guide indexed for this repository

Research direction

Start at the TopP settings control shown in the issue, which uses ListItem, InputRange, and props.modelConfig.top_p. Check how the current value is displayed and verify manually that values such as 0.95 retain two decimal places while the range still accepts 0.01 steps.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
frontend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.