Step 1: Create an AI Assistant in OpenAI (Console)
- Access https://platform.openai.com/
- Log in to your OpenAI account
- In the side menu, click on "Assistants"
- Click the "Create" or "Create Assistant" button
- Configure your Assistant:
- Name: Enter a descriptive name
- Instructions: Describe what your assistant should do
- Model: Select GPT-4 or GPT-3.5
- Tools: Select desired capabilities (Code Interpreter, Retrieval, etc)
- Click "Save" to create your assistant
- Test your assistant using the available playground interface
Step 2: Create an Agent in AWS Bedrock (Console)
- Access the AWS Console (https://console.aws.amazon.com)
- In the search bar, type "Bedrock" and select the service
- In the side menu, click on "Agents"
- Click the "Create agent" button
- In the "Agent details" section:
- Enter a name for your agent
- Add a description (optional)
- Choose a base model (e.g., Claude)
- In the "Agent instructions" section:
- Enter basic instructions for your agent
- Define the expected behavior
- In "IAM permissions":
- Select "Create and use a new service role"
- Keep default settings for beginners
- Review all settings and click "Create agent"
- After creation, use the "Test" button to interact with your agent
<aside>
Tip: Keep settings simple at first. You can always modify and add more advanced features once you're familiar with the basic functionality.
</aside>