From 7aa9c2612720eb28ce79b33b1d63ac463a1d5677 Mon Sep 17 00:00:00 2001 From: Sneha Kumari <55735336+snehasharma76@users.noreply.github.com> Date: Tue, 18 Feb 2025 18:04:48 +0800 Subject: [PATCH] Update README.md Added detailed step related to choosing a provider and an example after the create crew ai project step is executed. --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index 06044f0c0..4e7645ef1 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,37 @@ To create a new CrewAI project, run the following CLI (Command Line Interface) c ```shell crewai create crew +``` +It will then ask you to choose a provider to setup: +```shell +Select a provider to set up: +1. openai +2. anthropic +3. gemini +4. nvidia_nim +5. groq +6. ollama +7. watson +8. bedrock +9. azure +10. cerebras +11. sambanova +12. other +q. Quit +``` +For Example: +```shell +//I choose anthropic which is option no. 2 +Enter the number of your choice or 'q' to quit: 2 +Select a model to use for Anthropic: +1. claude-3-5-sonnet-20240620 +2. claude-3-sonnet-20240229 +3. claude-3-opus-20240229 +4. claude-3-haiku-20240307 +q. Quit +Enter the number of your choice or 'q' to quit: 1 +Enter your ANTHROPIC API key (press Enter to skip): + ``` This command creates a new project folder with the following structure: