feat(openai): completion::stream, response::stream and basic model

src: gitea.starryskymeow.cn/xkm/translate
This commit is contained in:
xkm
2026-03-21 15:37:16 +08:00
commit c7e6863c6f
5 changed files with 335 additions and 0 deletions

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module gitea.starryskymeow.cn/xkm/llm-api
go 1.26.1