mirror of
https://github.com/kennethreitz/simplemind.git
synced 2026-06-05 06:46:18 +00:00
Bump version to 0.3.3 and remove debug print statements from OpenAI provider
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
Release History
|
||||
===============
|
||||
|
||||
## 0.3.3 (2024-02-08)
|
||||
|
||||
- Improve openai provider by removing debug print statements.
|
||||
|
||||
## 0.3.2 (2024-01-27)
|
||||
|
||||
- Improve Deepseek provider.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "simplemind"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user