initial commit
This commit is contained in:
@@ -2,10 +2,11 @@ package deepseek
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"deepseek/pow"
|
|
||||||
"encoding/base64"
|
"encoding/base64"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"log"
|
"log"
|
||||||
|
|
||||||
|
"git.scuroneko.dev/scuroneko/go-deepseek/pow"
|
||||||
)
|
)
|
||||||
|
|
||||||
// CreatePowChallengeReq is the request body used to obtain a PoW challenge.
|
// CreatePowChallengeReq is the request body used to obtain a PoW challenge.
|
||||||
|
|||||||
Reference in New Issue
Block a user