Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yourgpt-copilot",
"version": "0.0.0",
"version": "2.0.0",
"private": true,
"description": "Open-source SDK for building AI assistants",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/copilot-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yourgpt/copilot-sdk",
"version": "1.4.36",
"version": "2.0.0",
"description": "Copilot SDK for building Production-ready AI Copilots for any product. Connect any LLM, deploy on your infrastructure, own your data.",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/llm-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yourgpt/llm-sdk",
"version": "1.5.44",
"version": "2.0.0",
"description": "AI SDK for building AI Agents with any LLM",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down