Skip to content

Commit 9b7d1a3

Browse files
committed
update
1 parent 7d59292 commit 9b7d1a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

llama2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func Llama2() {
102102
}
103103

104104
//if page_llama2.MustHas("span:contains('Error')") {
105-
fmt.Println("finding Error")
105+
//fmt.Println("finding Error")
106106
if page_llama2.MustHasX("//span[contains(text(), 'Error')]"){
107107

108108
//fmt.Println("find Error")

release/upload.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ func main() {
3131

3232
// Create a new release
3333
release, _, err := client.Repositories.CreateRelease(ctx, owner, repo, &github.RepositoryRelease{
34-
TagName: github.String("v0.2.5.6"),
34+
TagName: github.String("v0.2.5.7"),
3535
TargetCommitish: github.String("master"),
36-
Name: github.String("Release v0.2.5.6"),
37-
Body: github.String("Welcome to Aih! Fix chatgpt.go for new changes."),
36+
Name: github.String("Release v0.2.5.7"),
37+
Body: github.String("Welcome to Aih! Fix chatgpt.go and llama2.go for new changes."),
3838
Draft: github.Bool(false),
3939
Prerelease: github.Bool(false),
4040
})

0 commit comments

Comments
 (0)