mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
Replace GPT and Claude models to latest, better and cheaper models (#118)
* Updated GPT and Claude models to latest, better and cheaper models * updated more files to use GPT-5 and Sonnet/Haiku 4.5 because theu are the latest, cheaper and better models
This commit is contained in:
@@ -113,7 +113,7 @@ Final Response: [Refined]
|
||||
|
||||
### 5. Model-Specific Optimization
|
||||
|
||||
**GPT-4/GPT-4o**
|
||||
**GPT-5/GPT-4o**
|
||||
```python
|
||||
gpt4_optimized = """
|
||||
##CONTEXT##
|
||||
@@ -136,7 +136,7 @@ gpt4_optimized = """
|
||||
"""
|
||||
```
|
||||
|
||||
**Claude 3.5/4**
|
||||
**Claude 4.5/4**
|
||||
```python
|
||||
claude_optimized = """
|
||||
<context>
|
||||
@@ -566,7 +566,7 @@ testing_recommendations:
|
||||
metrics: ["accuracy", "satisfaction", "cost"]
|
||||
|
||||
deployment_strategy:
|
||||
model: "GPT-4 for quality, Claude for safety"
|
||||
model: "GPT-5 for quality, Claude for safety"
|
||||
temperature: 0.7
|
||||
max_tokens: 2000
|
||||
monitoring: "Track success, latency, feedback"
|
||||
|
||||
Reference in New Issue
Block a user