Skip to content

Commit

Permalink
Merge pull request #79 from PhiBrandon/example_updates
Browse files Browse the repository at this point in the history
Modified simple_qa_anthropic example
  • Loading branch information
Sylph-AI authored Jul 4, 2024
2 parents 3144bfa + e4f9650 commit 5e4ffba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion use_cases/simple_qa_anthropic.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __init__(self):
self.generator = Generator(
model_client=AnthropicAPIClient(),
model_kwargs={"model": "claude-3-opus-20240229", "max_tokens": 1000},
preset_prompt_kwargs={
prompt_kwargs={
"task_desc_str": "You are a helpful assistant and with a great sense of humor."
},
)
Expand Down

0 comments on commit 5e4ffba

Please sign in to comment.