Skip to content

Commit 96d2221

Browse files
authored
Merge pull request #58 from ghost-in-moss/version/0.1.4
release: support openai azure api
2 parents 2bb5a4c + 46f723a commit 96d2221

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
first release version.
77

8+
## v0.1.4
9+
10+
add llm driver supporting openai azure api.
11+
812
## v0.1.3
913

1014
fix not import some libs from `typing_extensions` but `typing` , incompatible to python 3.10.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ghostos"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "A framework offers an operating system simulator with a Python Code Interface for AI Agents"
55
authors = ["zhuming <thirdgerb@gmail.com>", "Nile Zhou <nilezhou123@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)