autonomous-app 0.3.42__py3-none-any.whl → 0.3.44__py3-none-any.whl

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.
autonomous/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- __version__ = "0.3.42"
1
+ __version__ = "0.3.44"
2
2
 
3
3
  from dotenv import load_dotenv
4
4
 
@@ -24,7 +24,7 @@ class GeminiAIModel(AutoModel):
24
24
  _summary_model = "gemini-1.5-flash"
25
25
  _json_model = "gemini-1.5-pro"
26
26
  _stt_model = "gemini-1.5-pro"
27
- _image_model = "imagen-3.0-generate-001"
27
+ _image_model = "gemini-3-pro-image-preview"
28
28
  _tts_model = "gemini-2.0-flash-exp"
29
29
 
30
30
  messages = ListAttr(StringAttr(default=[]))
@@ -314,22 +314,22 @@ class GeminiAIModel(AutoModel):
314
314
  # Logic Mapping
315
315
  # Keys match what your App sends in ttrpgbase.py
316
316
  if aspect_ratio_input == "2KPortrait":
317
- ratio = "9:16"
317
+ ratio = "3:4"
318
318
  size = "2K" # <--- THIS WAS MISSING BEFORE
319
319
  elif aspect_ratio_input == "Portrait":
320
- ratio = "9:16"
321
- size = "1K"
320
+ ratio = "3:4"
321
+ size = "2K"
322
322
  elif aspect_ratio_input == "Landscape":
323
323
  ratio = "16:9"
324
- size = "1K"
324
+ size = "2K"
325
325
  elif aspect_ratio_input == "4K":
326
326
  ratio = "16:9"
327
327
  size = "4K"
328
328
  elif aspect_ratio_input == "4KPortrait":
329
- ratio = "9:16"
329
+ ratio = "3:4"
330
330
  size = "4K"
331
331
  elif aspect_ratio_input == "2K":
332
- ratio = "1:1"
332
+ ratio = "16:9"
333
333
  size = "2K"
334
334
 
335
335
  # Pass-through for standard inputs
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: autonomous-app
3
- Version: 0.3.42
3
+ Version: 0.3.44
4
4
  Summary: Containerized application framework built on Flask with additional libraries and tools for rapid development of web applications.
5
5
  Author-email: Steven A Moore <samoore@binghamton.edu>
6
6
  Project-URL: homepage, https://github.com/Sallenmoore/autonomous
@@ -1,4 +1,4 @@
1
- autonomous/__init__.py,sha256=XvTINoMxlBE_wUWlNeWGg7W7PDm0SpflzDGROfnBvEA,95
1
+ autonomous/__init__.py,sha256=GA2mDxIp7BaY9gmaBOOGsKtd1mDrkZUL0YRV7F7xpTI,95
2
2
  autonomous/cli.py,sha256=z4AaGeWNW_uBLFAHng0J_lfS9v3fXemK1PeT85u4Eo4,42
3
3
  autonomous/logger.py,sha256=NQtgEaTWNAWfLSgqSP7ksXj1GpOuCgoUV711kSMm-WA,2022
4
4
  autonomous/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -8,7 +8,7 @@ autonomous/ai/imageagent.py,sha256=1RT7OYTnRUo3q5k5w83A3cOh3hXUlrx0jRkg0YJSgZ0,9
8
8
  autonomous/ai/jsonagent.py,sha256=DNfZHMVCfc5nrkWJm2OebTYDkBwm_ZCeVWGIFGjB_Cg,1208
9
9
  autonomous/ai/textagent.py,sha256=0y2Hvb9pup1OnsA51hGPcD8yllZOZtztDLQvCNYABaw,1043
10
10
  autonomous/ai/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- autonomous/ai/models/gemini.py,sha256=jCfOovhSBG0G9rg2DQ3plRV66VKPzW7w56UVjuMoXvU,13106
11
+ autonomous/ai/models/gemini.py,sha256=JtMw1RatDuTtDaVe5sp_t-nOdWbGvJzljWHhNh9o3yk,13107
12
12
  autonomous/ai/models/local_model.py,sha256=uvevUIQgCwwrrFub-LoV4vbk71psdEPEzfzmuztn3sI,12508
13
13
  autonomous/apis/version_control/GHCallbacks.py,sha256=AyiUlYfV5JePi11GVyqYyXoj5UTbPKzS-HRRI94rjJo,1069
14
14
  autonomous/apis/version_control/GHOrganization.py,sha256=mi2livdsGurKiifbvuLwiFbdDzL77IlEfhwEa-tG77I,1155
@@ -55,7 +55,7 @@ autonomous/taskrunner/__init__.py,sha256=ughX-QfWBas5W3aB2SiF887SWJ3Dzc2X43Yxtmp
55
55
  autonomous/taskrunner/autotasks.py,sha256=2zRaqHYqfdlgC_BQm6B6D2svN1ukyWeJJHwweZFHVoo,2616
56
56
  autonomous/taskrunner/task_router.py,sha256=W09HtRUuhwlnGxM5w4l6Hzw6mfS6L4ljWiMzD3ZVFeU,601
57
57
  autonomous/utils/markdown.py,sha256=tf8vlHARiQO1X_aGbqlYozzP_TbdiDRT9EEP6aFRQo0,2153
58
- autonomous_app-0.3.42.dist-info/METADATA,sha256=wQyVXrufozI92_4Yv4zfuPya9LYxav2u8jHjUogkQRA,3024
59
- autonomous_app-0.3.42.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
60
- autonomous_app-0.3.42.dist-info/top_level.txt,sha256=ZyxWWDdbvZekF3UFunxl4BQsVDb_FOW3eTn0vun_jb4,11
61
- autonomous_app-0.3.42.dist-info/RECORD,,
58
+ autonomous_app-0.3.44.dist-info/METADATA,sha256=F4QnYGe69qUCQg-tuizm0K4g8fT44CCLIxjskI6BBfc,3024
59
+ autonomous_app-0.3.44.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
60
+ autonomous_app-0.3.44.dist-info/top_level.txt,sha256=ZyxWWDdbvZekF3UFunxl4BQsVDb_FOW3eTn0vun_jb4,11
61
+ autonomous_app-0.3.44.dist-info/RECORD,,