REPOSITORY / ScuroNeko/go-deepseek

Compare commits

DIFF REPOSITORY
2 Commits
Author SHA1 Message Date
ScuroNeko fb95804b4b initial commit 2026-07-31 14:27:20 +03:00
ScuroNeko 41025817af initial commit 2026-07-31 14:25:10 +03:00
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
module deepseek module git.scuroneko.dev/scuroneko/go-deepseek
go 1.26.5 go 1.26.5
+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.