git-bob
Advanced tools
+1
-2
| Metadata-Version: 2.4 | ||
| Name: git-bob | ||
| Version: 0.25.0 | ||
| Version: 0.26.0 | ||
| Summary: git-bob uses AI to solve Github-issues. It runs inside the Github CI, no need to install anything on your computer. | ||
@@ -15,3 +15,2 @@ Home-page: https://github.com/haesleinhuepf/git-bob | ||
| Classifier: Intended Audience :: Developers | ||
| Classifier: License :: OSI Approved :: BSD License | ||
| Classifier: Operating System :: OS Independent | ||
@@ -18,0 +17,0 @@ Classifier: Programming Language :: Python |
+0
-1
@@ -15,3 +15,2 @@ [metadata] | ||
| Intended Audience :: Developers | ||
| License :: OSI Approved :: BSD License | ||
| Operating System :: OS Independent | ||
@@ -18,0 +17,0 @@ Programming Language :: Python |
| Metadata-Version: 2.4 | ||
| Name: git-bob | ||
| Version: 0.25.0 | ||
| Version: 0.26.0 | ||
| Summary: git-bob uses AI to solve Github-issues. It runs inside the Github CI, no need to install anything on your computer. | ||
@@ -15,3 +15,2 @@ Home-page: https://github.com/haesleinhuepf/git-bob | ||
| Classifier: Intended Audience :: Developers | ||
| Classifier: License :: OSI Approved :: BSD License | ||
| Classifier: Operating System :: OS Independent | ||
@@ -18,0 +17,0 @@ Classifier: Programming Language :: Python |
@@ -1,2 +0,2 @@ | ||
| __version__ = "0.25.0" | ||
| __version__ = "0.26.0" | ||
@@ -3,0 +3,0 @@ __all__ = ( |
@@ -166,3 +166,3 @@ """ | ||
| def prompt_googleai(request, model="gemini-1.5-pro-002", image=None): | ||
| def prompt_googleai(request, model="gemini-2.5-pro", image=None): | ||
| """Send a prompt to Google Gemini and return the response""" | ||
@@ -173,2 +173,3 @@ from google import generativeai as genai | ||
| model = model.replace("googleai:", "") | ||
| model = model.replace("gemini:", "") | ||
@@ -175,0 +176,0 @@ genai.configure(api_key=os.environ['GOOGLE_API_KEY']) |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
3782
0.03%294155
-0.04%