2 Commits

2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,6 +1,10 @@
Release History Release History
=============== ===============
## 0.2.3 (2024-11-04)
- Remove default max-tokens for OpenAI provider.
## 0.2.3 (2024-11-03) ## 0.2.3 (2024-11-03)
- Update default model for Amazon provider. - Update default model for Amazon provider.
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "simplemind" name = "simplemind"
version = "0.2.2" version = "0.2.3"
description = "An experimental client for AI providers that intends to replace LangChain and LangGraph for most common use cases." description = "An experimental client for AI providers that intends to replace LangChain and LangGraph for most common use cases."
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"