~kris/9p

llm9p

ref: 2eac753a4d03c6eb26f9196b204498e3cba7af8a llm9p/go.mod -rw-r--r-- 350 bytes
2eac753a — Claude Add OpenAI-compatible backend for local LLM support (GPT-OSS) 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module github.com/NERVsystems/llm9p

go 1.21

require (
	github.com/anthropics/anthropic-sdk-go v0.2.0-beta.3
	github.com/sashabaranov/go-openai v1.41.2
)

require (
	github.com/tidwall/gjson v1.14.4 // indirect
	github.com/tidwall/match v1.1.1 // indirect
	github.com/tidwall/pretty v1.2.1 // indirect
	github.com/tidwall/sjson v1.2.5 // indirect
)