mirror of
https://github.com/langchain-ai/openwork.git
synced 2026-07-20 15:38:18 -04:00
[Bug]: Openwork will always try to target an Anthropic model #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gherghett on GitHub (Jan 18, 2026).
Description
After adding OpenAI API key I still get error message about not having a Anthropic key. Tried restarting, tried readding. installed with npx. it DID work when i installed from source
Steps to Reproduce
Expected Behavior
I expected client to use openAI API
Actual Behavior
Got message about adding anthopic key
Environment
OS: ❯ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 13 (trixie)"
NAME="Debian GNU/Linux"
VERSION_ID="13"
VERSION="13 (trixie)"
VERSION_CODENAME=trixie
DEBIAN_VERSION_FULL=13.3
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
openwork version:❯ npx openwork
Need to install the following packages:
openwork@0.1.3
Ok to proceed? (y)
Node.js version: ❯ node --version
v22.14.0
Installation method: npx
Model & Provider (if applicable)
Screenshots / Logs
If applicable, add screenshots or error logs to help explain your problem.
Additional Context
It works when i install from source. some persistance problem?
@hntrl commented on GitHub (Jan 19, 2026):
Hey @gherghett! This was a recent regression when updating model state to be scoped per thread rather than globally. We're waiting to land a few other changes before making a new release, will ping here when its out!
@hntrl commented on GitHub (Jan 19, 2026):
Fixed in latest release