Upload codex.json with huggingface_hub
Browse files- codex.json +7 -0
codex.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"agent_name": "OpenAI Codex",
|
| 3 |
+
"organization": "OpenAI",
|
| 4 |
+
"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 |
+
}
|