geomind-ai 1.0.9__tar.gz → 1.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: geomind-ai
3
- Version: 1.0.9
3
+ Version: 1.1.0
4
4
  Summary: AI agent for geospatial analysis with Sentinel-2 satellite imagery
5
5
  Author: Harsh Shinde, Rajat Shinde
6
6
  License-Expression: MIT
@@ -3,7 +3,7 @@ GeoMind - Geospatial AI Agent
3
3
 
4
4
  """
5
5
 
6
- __version__ = "1.0.9"
6
+ __version__ = "1.1.0"
7
7
  __author__ = "Harsh Shinde, Rajat Shinde"
8
8
 
9
9
  from .agent import GeoMindAgent
@@ -245,7 +245,7 @@ class GeoMindAgent:
245
245
  Initialize the GeoMind agent.
246
246
 
247
247
  Args:
248
- model: Model name (default: xiaomi/mimo-v2-flash:free)
248
+ model: Model name (default: nvidia/nemotron-3-nano-30b-a3b:free)
249
249
  api_key: OpenRouter API key (required).
250
250
  """
251
251
  self.provider = "openrouter"
@@ -60,7 +60,7 @@ Examples:
60
60
 
61
61
  Environment Variables:
62
62
  OPENROUTER_API_KEY Your OpenRouter API key
63
- OPENROUTER_MODEL Model to use (default: xiaomi/mimo-v2-flash:free)
63
+ OPENROUTER_MODEL Model to use (default: nvidia/nemotron-3-nano-30b-a3b:free)
64
64
  OPENROUTER_API_URL API endpoint (default: https://openrouter.ai/api/v1)
65
65
  """,
66
66
  )
@@ -52,4 +52,4 @@ GEOCODER_USER_AGENT = "geomind_agent_v0.1"
52
52
  # Get your free API key at: https://openrouter.ai/settings/keys
53
53
  OPENROUTER_API_KEY = os.getenv("OPENROUTER_API_KEY", "")
54
54
  OPENROUTER_API_URL = os.getenv("OPENROUTER_API_URL", "https://openrouter.ai/api/v1")
55
- OPENROUTER_MODEL = os.getenv("OPENROUTER_MODEL", "xiaomi/mimo-v2-flash:free")
55
+ OPENROUTER_MODEL = os.getenv("OPENROUTER_MODEL", "nvidia/nemotron-3-nano-30b-a3b:free")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: geomind-ai
3
- Version: 1.0.9
3
+ Version: 1.1.0
4
4
  Summary: AI agent for geospatial analysis with Sentinel-2 satellite imagery
5
5
  Author: Harsh Shinde, Rajat Shinde
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "geomind-ai"
7
- version = "1.0.9"
7
+ version = "1.1.0"
8
8
  description = "AI agent for geospatial analysis with Sentinel-2 satellite imagery"
9
9
  readme = "README.md"
10
10
  authors = [
File without changes
File without changes
File without changes
File without changes
File without changes