Merge branch 'ollama:main' into main

This commit is contained in:
likelovewant
2024-08-01 18:30:28 +08:00
committed by GitHub
30 changed files with 658 additions and 556 deletions

View File

@@ -14,7 +14,7 @@ import (
func InitLogging() {
level := slog.LevelInfo
if envconfig.Debug {
if envconfig.Debug() {
level = slog.LevelDebug
}