diff --git a/mkdocs.yml b/mkdocs.yml index f24845c..5c940c9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -16,4 +16,5 @@ nav: - Azure Mistral: api/models/azure_mistral_model.md - Azure OpenAI GPT: api/models/azure_openai_model.md - VertexAI PaLM2: api/models/vertexai_palm_model.md - - VertexAI Gemini: api/models/vertexai_gemini_model.md \ No newline at end of file + - VertexAI Gemini: api/models/vertexai_gemini_model.md + - VertexAI Gemma: api/models/vertexai_gemma.md \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index c09e003..01c9565 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "allms" -version = "1.0.0" +version = "1.0.1" description = "" authors = ["Allegro Opensource "] readme = "README.md"