zhiminy commited on
Commit
3e73e7f
·
verified ·
1 Parent(s): c330acc

Add active attribute to codex.json

Browse files
Files changed (1) hide show
  1. codex.json +7 -6
codex.json CHANGED
@@ -1,7 +1,8 @@
1
- {
2
- "agent_name": "OpenAI Codex",
3
- "organization": "OpenAI",
4
- "github_identifier": "codex",
5
- "description": "OpenAI Codex is an AI system that translates natural language into code. It is capable of understanding and generating code in multiple programming languages, making it a powerful tool for developers.",
6
- "website": "https://openai.com/research/codex"
 
7
  }
 
1
+ {
2
+ "agent_name": "OpenAI Codex",
3
+ "organization": "OpenAI",
4
+ "github_identifier": "codex",
5
+ "description": "OpenAI Codex is an AI system that translates natural language into code. It is capable of understanding and generating code in multiple programming languages, making it a powerful tool for developers.",
6
+ "website": "https://openai.com/research/codex",
7
+ "active": true
8
  }