refactor: Update Gemini provider to handle conversation-based completions and add structured response

This commit is contained in:
2024-10-31 13:16:19 -04:00
parent d7388ef0d5
commit 33d8f18bff
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "simplemind"
version = "0.1.4"
version = "0.1.5"
description = "An experimental client for AI providers that intends to replace LangChain and LangGraph for most common use cases."
readme = "README.md"
requires-python = ">=3.10"