fix: ollama is_env_set (#2304)

This commit is contained in:
yetone
2025-06-23 12:05:50 +08:00
committed by GitHub
parent 6830f2d8b9
commit b72581b23b

View File

@@ -17,6 +17,8 @@ M.role_map = {
assistant = "assistant",
}
function M.is_env_set() return false end
function M:parse_messages(opts)
local messages = {}
local provider_conf, _ = Providers.parse_config(self)