cua-agent 0.1.39__py3-none-any.whl → 0.1.40__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.
Potentially problematic release.
This version of cua-agent might be problematic. Click here for more details.
- agent/ui/gradio/app.py +1 -0
- {cua_agent-0.1.39.dist-info → cua_agent-0.1.40.dist-info}/METADATA +1 -1
- {cua_agent-0.1.39.dist-info → cua_agent-0.1.40.dist-info}/RECORD +5 -5
- {cua_agent-0.1.39.dist-info → cua_agent-0.1.40.dist-info}/WHEEL +0 -0
- {cua_agent-0.1.39.dist-info → cua_agent-0.1.40.dist-info}/entry_points.txt +0 -0
agent/ui/gradio/app.py
CHANGED
|
@@ -818,6 +818,7 @@ if __name__ == "__main__":
|
|
|
818
818
|
# Custom model fields visibility
|
|
819
819
|
gr.update(visible=is_any_custom), # Custom model name always visible for any custom option
|
|
820
820
|
gr.update(visible=is_custom_openai_api), # Provider base URL only for OpenAI compatible API
|
|
821
|
+
gr.update(visible=is_custom_openai_api), # Provider API key only for OpenAI compatible API
|
|
821
822
|
# Update the hidden model_choice field
|
|
822
823
|
gr.update(value=model_choice_value)
|
|
823
824
|
]
|
|
@@ -79,8 +79,8 @@ agent/providers/uitars/utils.py,sha256=493STTEEJcVhVbQgR0e8rNTI1DjkxUx8IgIv3wkJ1
|
|
|
79
79
|
agent/telemetry.py,sha256=pVGxbj0ewnvq4EGj28CydN4a1iOfvZR_XKL3vIOqhOM,390
|
|
80
80
|
agent/ui/__init__.py,sha256=ohhxJLBin6k1hl5sKcmBST8mgh23WXgAXz3pN4f470E,45
|
|
81
81
|
agent/ui/gradio/__init__.py,sha256=ANKZhv1HqsLheWbLVBlyRQ7Q5qGeXuPi5jDs8vu-ZMo,579
|
|
82
|
-
agent/ui/gradio/app.py,sha256=
|
|
83
|
-
cua_agent-0.1.
|
|
84
|
-
cua_agent-0.1.
|
|
85
|
-
cua_agent-0.1.
|
|
86
|
-
cua_agent-0.1.
|
|
82
|
+
agent/ui/gradio/app.py,sha256=M_pqSiN40F1u-8luBdqvTJxQFGzqd0WPsSz8APLbPus,67826
|
|
83
|
+
cua_agent-0.1.40.dist-info/METADATA,sha256=7ZNaoMyIfm5l_vnWUYNhcNxplhPj9_ocnfWF9sgN9yk,12689
|
|
84
|
+
cua_agent-0.1.40.dist-info/WHEEL,sha256=tSfRZzRHthuv7vxpI4aehrdN9scLjk-dCJkPLzkHxGg,90
|
|
85
|
+
cua_agent-0.1.40.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
|
86
|
+
cua_agent-0.1.40.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|