Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
isamu committed Dec 29, 2024
1 parent 9743230 commit d4dfe56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llm_agents/openai_agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphai/openai_agent",
"version": "0.2.0",
"version": "0.2.1",
"description": "OpenAI agents for GraphAI.",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"homepage": "https://github.com/receptron/graphai/blob/main/llm_agents/openai_agent/README.md",
"dependencies": {
"@graphai/llm_utils": "^0.0.2",
"openai": "^4.76.1"
"openai": "^4.77.0"
},
"devDependencies": {},
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit d4dfe56

Please sign in to comment.