initial commit

This commit is contained in:
2026-07-31 14:27:20 +03:00
parent 41025817af
commit fb95804b4b
+2 -1
View File
@@ -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.