mirror of
https://github.com/kennethreitz/simplemind.git
synced 2026-06-05 06:46:18 +00:00
bump version to 0.3.2 and improve Deepseek provider
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
Release History
|
||||
===============
|
||||
|
||||
## 0.3.2 (2024-01-27)
|
||||
|
||||
- Improve Deepseek provider.
|
||||
|
||||
## 0.3.1 (2024-01-27)
|
||||
|
||||
- Introduce Deepseek provider.
|
||||
|
||||
+3
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "simplemind"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
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"
|
||||
@@ -22,6 +22,8 @@ groq = ["groq"]
|
||||
ollama = ["openai"]
|
||||
openai = ["openai"]
|
||||
xai = ["openai"]
|
||||
deepseek = ["openai"]
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
|
||||
Reference in New Issue
Block a user