We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bb5a4c + 46f723a commit 96d2221Copy full SHA for 96d2221
RELEASES.md
@@ -5,6 +5,10 @@
5
6
first release version.
7
8
+## v0.1.4
9
+
10
+add llm driver supporting openai azure api.
11
12
## v0.1.3
13
14
fix not import some libs from `typing_extensions` but `typing` , incompatible to python 3.10.
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ghostos"
3
-version = "0.1.3"
+version = "0.1.4"
4
description = "A framework offers an operating system simulator with a Python Code Interface for AI Agents"
authors = ["zhuming <thirdgerb@gmail.com>", "Nile Zhou <nilezhou123@gmail.com>"]
license = "MIT"
0 commit comments