nirdrang commited on
Commit
25c1055
·
verified ·
1 Parent(s): 17c0ba5

Update .env.local.template

Browse files
Files changed (1) hide show
  1. .env.local.template +1 -1
.env.local.template CHANGED
@@ -25,7 +25,7 @@ MODELS=`[{
25
  "displayName": "canopy",
26
  "endpoints": [{
27
  "type" : "openai",
28
- "baseURL": "http://34.83.172.61:8000/v1"
29
  }]
30
  }]`
31
 
 
25
  "displayName": "canopy",
26
  "endpoints": [{
27
  "type" : "openai",
28
+ "baseURL": "https://canopy-xbis2suaxq-uw.a.run.app/v1"
29
  }]
30
  }]`
31