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 cac6483 commit 57e7fcdCopy full SHA for 57e7fcd
registry/coder-labs/modules/codex/README.md
@@ -16,7 +16,6 @@ module "codex" {
16
version = "1.0.0"
17
agent_id = coder_agent.example.id
18
openai_api_key = var.openai_api_key
19
- agentapi_version = "v0.3.3"
20
folder = "/home/coder/project"
21
}
22
```
registry/coder-labs/modules/codex/main.tf
@@ -100,7 +100,7 @@ variable "install_agentapi" {
100
variable "agentapi_version" {
101
type = string
102
description = "The version of AgentAPI to install."
103
- default = "v0.4.0"
+ default = "latest"
104
105
106
variable "codex_model" {
0 commit comments