llm-gemini 0.5__tar.gz → 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.1
2
2
  Name: llm-gemini
3
- Version: 0.5
3
+ Version: 0.6
4
4
  Summary: LLM plugin to access Google's Gemini family of models
5
5
  Author: Simon Willison
6
6
  License: Apache-2.0
@@ -62,6 +62,7 @@ Other models are:
62
62
  - `gemini-1.5-flash-8b-latest` - the least expensive
63
63
  - `gemini-exp-1114` - recent experimental #1
64
64
  - `gemini-exp-1121` - recent experimental #2
65
+ - `gemini-exp-1206` - recent experimental #3
65
66
 
66
67
  ### Images, audio and video
67
68
 
@@ -42,6 +42,7 @@ Other models are:
42
42
  - `gemini-1.5-flash-8b-latest` - the least expensive
43
43
  - `gemini-exp-1114` - recent experimental #1
44
44
  - `gemini-exp-1121` - recent experimental #2
45
+ - `gemini-exp-1206` - recent experimental #3
45
46
 
46
47
  ### Images, audio and video
47
48
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: llm-gemini
3
- Version: 0.5
3
+ Version: 0.6
4
4
  Summary: LLM plugin to access Google's Gemini family of models
5
5
  Author: Simon Willison
6
6
  License: Apache-2.0
@@ -62,6 +62,7 @@ Other models are:
62
62
  - `gemini-1.5-flash-8b-latest` - the least expensive
63
63
  - `gemini-exp-1114` - recent experimental #1
64
64
  - `gemini-exp-1121` - recent experimental #2
65
+ - `gemini-exp-1206` - recent experimental #3
65
66
 
66
67
  ### Images, audio and video
67
68
 
@@ -39,6 +39,7 @@ def register_models(register):
39
39
  "gemini-1.5-flash-8b-001",
40
40
  "gemini-exp-1114",
41
41
  "gemini-exp-1121",
42
+ "gemini-exp-1206",
42
43
  ]:
43
44
  register(GeminiPro(model_id), AsyncGeminiPro(model_id))
44
45
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "llm-gemini"
3
- version = "0.5"
3
+ version = "0.6"
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