You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and pointing plandex with OPENAI_API_BASE
and when trying to tell, litellm returns this Error during plan name model call: error, status code: 400, message: litellm.BadRequestError: Invalid Message bedrock requires at least one non-system message and I wonder, shouldn't the initial prompt always be user instead of system?
this is the return on plandex's cli side
🚨 Server error
→ Error loading plan
→ Error generating plan name
→ Error, status code
→ 400, message
→ Litellm.BadRequestError
→ Invalid Message bedrock requires at least one non-system message
Received Model Group=gpt-3.5-turbo
Available Model Group Fallbacks=None
The text was updated successfully, but these errors were encountered:
Hey there, I am trying to run plandex using litellm with the following config:
and pointing plandex with
OPENAI_API_BASE
and when trying to
tell
, litellm returns thisError during plan name model call: error, status code: 400, message: litellm.BadRequestError: Invalid Message bedrock requires at least one non-system message
and I wonder, shouldn't the initial prompt always beuser
instead ofsystem
?this is the return on plandex's cli side
The text was updated successfully, but these errors were encountered: