Documentation ¶ Index ¶ Constants func AuthToken(providerKey string) string func BaseURL(overrideKey, path string) string func Env(fallback string, keys ...string) string func HasOutput(message *core.AIMessage) bool func Model(providerKey string) string func StreamSummary(chunks []*core.AIMessage) (string, int) Constants ¶ View Source const ( DefaultHost = "127.0.0.1" DefaultPort = "1234" DefaultAuthToken = "lmstudio" DefaultModel = "openai/gpt-oss-20b" ) Variables ¶ This section is empty. Functions ¶ func AuthToken ¶ func AuthToken(providerKey string) string func BaseURL ¶ func BaseURL(overrideKey, path string) string func Env ¶ func Env(fallback string, keys ...string) string func HasOutput ¶ func HasOutput(message *core.AIMessage) bool func Model ¶ func Model(providerKey string) string func StreamSummary ¶ func StreamSummary(chunks []*core.AIMessage) (string, int) Types ¶ This section is empty. Source Files ¶ View all Source files lmstudio.go Click to show internal directories. Click to hide internal directories.