geomind-ai 1.0.5__tar.gz → 1.0.6__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.5
3
+ Version: 1.0.6
4
4
  Summary: AI agent for geospatial analysis with Sentinel-2 satellite imagery
5
5
  Author: Harsh Shinde
6
6
  License-Expression: MIT
@@ -3,7 +3,7 @@ GeoMind - Geospatial AI Agent
3
3
 
4
4
  """
5
5
 
6
- __version__ = "1.0.5"
6
+ __version__ = "1.0.6"
7
7
  __author__ = "Harsh 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: google/gemini-2.0-flash-exp:free)
248
+ model: Model name (default: xiaomi/mimo-v2-flash:free)
249
249
  api_key: OpenRouter API key (required).
250
250
  """
251
251
  self.provider = "openrouter"
@@ -55,6 +55,9 @@ Examples:
55
55
  # With API key
56
56
  geomind --api-key "your-openrouter-api-key"
57
57
 
58
+ # Clear saved API key
59
+ geomind --clear-key
60
+
58
61
  Environment Variables:
59
62
  OPENROUTER_API_KEY Your OpenRouter API key
60
63
  OPENROUTER_MODEL Model to use (default: xiaomi/mimo-v2-flash:free)
@@ -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", "google/gemini-2.0-flash-exp:free")
55
+ OPENROUTER_MODEL = os.getenv("OPENROUTER_MODEL", "xiaomi/mimo-v2-flash:free")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: geomind-ai
3
- Version: 1.0.5
3
+ Version: 1.0.6
4
4
  Summary: AI agent for geospatial analysis with Sentinel-2 satellite imagery
5
5
  Author: Harsh 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.5"
7
+ version = "1.0.6"
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