This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
casbin
/
casibase
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix: remove duplicated text (
#636
)
HEAD
Kelvin Chiu
GitHub
2 years ago
parent
59acb72a59
commit
34da6e6dee
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
model/iflytek.go
+ 2
- 3
model/iflytek.go
View File
@@ -70,9 +70,8 @@ func (p *iFlytekModelProvider) QueryText(question string, writer io.Writer, buil
}
err = flushData(response)
if builder != nil {
builder.WriteString(response)
if err != nil {
return err
}
return nil
Write
Preview
Loading…
Cancel
Save