llm-gemini 0.1a5__tar.gz → 0.2__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.1
2
2
  Name: llm-gemini
3
- Version: 0.1a5
3
+ Version: 0.2
4
4
  Summary: LLM plugin to access Google's Gemini family of models
5
5
  Author: Simon Willison
6
6
  License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: llm-gemini
3
- Version: 0.1a5
3
+ Version: 0.2
4
4
  Summary: LLM plugin to access Google's Gemini family of models
5
5
  Author: Simon Willison
6
6
  License: Apache-2.0
@@ -33,6 +33,8 @@ def register_models(register):
33
33
  register(GeminiPro("gemini-1.5-flash-001"))
34
34
  register(GeminiPro("gemini-1.5-pro-002"))
35
35
  register(GeminiPro("gemini-1.5-flash-002"))
36
+ register(GeminiPro("gemini-1.5-flash-8b-latest"))
37
+ register(GeminiPro("gemini-1.5-flash-8b-001"))
36
38
 
37
39
 
38
40
  class GeminiPro(llm.Model):
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "llm-gemini"
3
- version = "0.1a5"
3
+ version = "0.2"
4
4
  description = "LLM plugin to access Google's Gemini family of models"
5
5
  readme = "README.md"
6
6
  authors = [{name = "Simon Willison"}]
File without changes
File without changes
File without changes