ia ollama

This commit is contained in:
lizandrogd
2025-08-05 14:48:12 -05:00
parent 03bd9839f7
commit 2aff7953db
8 changed files with 771 additions and 95 deletions
+2
View File
@@ -33,6 +33,8 @@ func LoadBuiltInMiddlewares(app *config.AppConfig) {
}
}
func Location(c *fiber.Ctx) (string, error) {
ip := IP(c)
_, err := Http.GeoIP.GetLocation(ip)