mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-03-11 17:48:31 -05:00
Update README to clarify testing instructions for OpenAI and Anthropic agents
This commit is contained in:
@@ -68,19 +68,19 @@ pip install -r requirements.txt
|
||||
|
||||
### 4. **Test OpenAI Agent**
|
||||
```bash
|
||||
cd 2_1_openai_adk_agent
|
||||
adk web
|
||||
```
|
||||
Then select the 2_1_openai_adk_agent in the ADK web UI
|
||||
- Try asking: "Tell me a fun fact!"
|
||||
- Notice the OpenAI GPT-4 response style
|
||||
|
||||
### 5. **Test Anthropic Agent**
|
||||
```bash
|
||||
cd 2_2_anthropic_adk_agent
|
||||
adk web
|
||||
```
|
||||
Then select the 2_2_anthropic_adk_agent in the ADK web UI
|
||||
- Try asking: "Tell me a fun fact!"
|
||||
- Compare with the Claude response style
|
||||
- Compare with the GPT-4 response style
|
||||
|
||||
## 💡 Key Code Pattern
|
||||
|
||||
|
||||
Reference in New Issue
Block a user