-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Description
关于在vscode中使用codex插件,我在config.toml文件中,配置如下:
[profiles.droid]
model_provider = "droid"
model = "gpt-5-codex"
model_reasoning_effort = "medium"
disable_response_storage = true
[model_providers.droid]
name = "packycode"
base_url = "http://localhost:3000/v1"
wire_api = "responses"
requires_openai_auth = true
并在auth.json文件中,配置如下:
{
"OPENAI_API_KEY": "fk-xxx" (droid官网中获取的api key)
}
启动droid2api并在codex输入后,出现以下错误:
请问能帮忙解决吗?
应该如何配置?
另外,droid2api在酒馆是能正常使用的~~Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels