Skip to content

Commit

Permalink
chore: update watsonx_generate.py (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Jul 12, 2024
1 parent 16b1880 commit fe2393a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sample-app/sample_app/watsonx_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def get_credentials(api_key):
project_id=project_id
)

prompt_input = "What is the the captical of China"
prompt_input = "What is the captical of China"
print(prompt_input)

generated_response = model.generate(prompt=prompt_input)
Expand Down

0 comments on commit fe2393a

Please sign in to comment.