Skip to content

Commit

Permalink
修改openai web chat
Browse files Browse the repository at this point in the history
  • Loading branch information
zatxm committed May 25, 2024
1 parent 2c49429 commit a8d05e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/openai/api/web.go
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ func GenerateProofToken(seed string, diff string) string {

diffLen := len(diff)
hasher := sha3.New512()
for i := 0; i < 100000; i++ {
for i := 0; i < 300000; i++ {
config[3] = i
json, _ := fhblade.Json.Marshal(config)
base := base64.StdEncoding.EncodeToString(json)
Expand Down

0 comments on commit a8d05e0

Please sign in to comment.