REPOSITORY / ScuroNeko/go-deepseek

Compare commits

DIFF REPOSITORY
1 Commit
Author SHA1 Message Date
ScuroNeko fb95804b4b initial commit 2026-07-31 14:27:20 +03:00
+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.