We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a5716 commit 4ea87a6Copy full SHA for 4ea87a6
.icons/openai.svg
registry/coder-labs/modules/codex/README.md
@@ -13,7 +13,7 @@ Run Codex CLI in your workspace to access OpenAI's models through the Codex inte
13
```tf
14
module "codex" {
15
source = "registry.coder.com/coder-labs/codex/coder"
16
- version = "1.0.0"
+ version = "1.0.1"
17
agent_id = coder_agent.example.id
18
openai_api_key = var.openai_api_key
19
folder = "/home/coder/project"
@@ -33,7 +33,7 @@ module "codex" {
33
34
count = data.coder_workspace.me.start_count
35
36
37
38
openai_api_key = "..."
39
codex_model = "o4-mini"
0 commit comments