(new): v0.2.0 release
This commit is contained in:
@@ -13,8 +13,9 @@ package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"deepseek"
|
||||
"log"
|
||||
|
||||
"git.scuroneko.dev/scuroneko/go-deepseek"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -40,10 +41,10 @@ func main() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
str, err := ds.ReadStreamAsString(ctx, res)
|
||||
str, err := deepseek.ReadStreamAsString(ctx, res)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
log.Println(str)
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user