Skip to content

Commit

Permalink
Fix watson keys
Browse files Browse the repository at this point in the history
  • Loading branch information
bhancockio committed Oct 31, 2024
1 parent a9eaf63 commit 40f6bdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/crewai/cli/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"key_name": "WATSONX_URL",
},
{
"prompt": "Enter your WATSONX API key (press Enter to skip)",
"prompt": "Enter your WATSONX API Key (press Enter to skip)",
"key_name": "WATSONX_APIKEY",
},
{
"prompt": "Enter your WATSONX token (press Enter to skip)",
"key_name": "WATSONX_TOKEN",
"prompt": "Enter your WATSONX Project Id (press Enter to skip)",
"key_name": "WATSONX_PROJECT_ID",
},
],
"ollama": [
Expand Down

0 comments on commit 40f6bdb

Please sign in to comment.