dangmanhtruong commited on
Commit
3a422e5
·
1 Parent(s): 7434fa3

Restart after making datasets public

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: EnergyInfrastructureAI
3
  emoji: 💬
4
  colorFrom: yellow
5
  colorTo: purple
 
1
  ---
2
+ title: EnergyInfrastructureAI (Energy Infrastructure AI)
3
  emoji: 💬
4
  colorFrom: yellow
5
  colorTo: purple
app.py CHANGED
@@ -33,7 +33,7 @@ boto_session = Session()
33
  region = boto_session.region_name
34
 
35
  agentcore_runtime = Runtime()
36
- agent_name = "agentcore_pydantic_bedrockclaude_v31"
37
 
38
 
39
 
 
33
  region = boto_session.region_name
34
 
35
  agentcore_runtime = Runtime()
36
+ agent_name = "agentcore_pydantic_bedrockclaude_v32"
37
 
38
 
39