Skip to content

Commit 0e7a5e1

Browse files
victor-bluerabluera-ai
authored andcommitted
feat(1.1.0): adds new default models and unsafe memory web mode
1 parent 705b8de commit 0e7a5e1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "universalintelligence",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Universal Intelligence Protocols and Community Components",
55
"main": "distweb/index.js",
66
"type": "module",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "universal-intelligence"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
authors = [
99
{ name = "Bluera Inc.", email = "bluera@bluera.ai" },
1010
]

universal_intelligence/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
# default models, tools, agents for playground
88
from .community.models.local.default import UniversalModel as Model
9-
from .community.models.remote.default__free import UniversalModel as RemoteModel
109
from .community.models.remote.default import UniversalModel as PaidRemoteModel
10+
from .community.models.remote.default__free import UniversalModel as RemoteModel
1111
from .community.tools.default import UniversalTool as Tool
1212

1313
__all__ = ["core", "community", "Model", "Tool", "Agent", "OtherAgent", "RemoteModel", "PaidRemoteModel"]

0 commit comments

Comments
 (0)