Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sytem prompt (--system) only set for Claude 3 Sonnet and not for Haiku and Opus #24

Closed
rollwagen opened this issue Jun 1, 2024 · 0 comments · Fixed by #25
Closed

Sytem prompt (--system) only set for Claude 3 Sonnet and not for Haiku and Opus #24

rollwagen opened this issue Jun 1, 2024 · 0 comments · Fixed by #25

Comments

@rollwagen
Copy link
Owner

$ DUMP_PROMPT=1 bods  --system "This is the system prompt" "Hi Claude" | grep system
  "system": "This is the system prompt",
                                                                                                                                                                
$ DUMP_PROMPT=1 bods --system "This is the system prompt"   --model  anthropic.claude-3-opus-20240229-v1:0 "Hi"  | grep system
          "text": "This is the system prompt\n\n Hi\n\n \n\n Format the response as markdown without enclosing backticks.\n\n"

$ DUMP_PROMPT=1 bods --model anthropic.claude-3-haiku-20240307-v1:0  --system "This is the system prompt" "Hi Claude" | grep system
          "text": "This is the system prompt\n\n Hi Claude\n\n \n\n Format the response as markdown without enclosing backticks.\n\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant