ldhldh commited on
Commit
192b692
1 Parent(s): 0c09798

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def get_id_from_p2p(i):
100
  # Blockchain code
101
 
102
 
103
- model_name = "petals-team/StableBeluga2"
104
  def get_peers(model_name):
105
  data = requests.get("https://health.petals.dev/api/v1/state").json()
106
  out = []
 
100
  # Blockchain code
101
 
102
 
103
+ model_name = "quantumaikr/llama-2-70b-fb16-korean"
104
  def get_peers(model_name):
105
  data = requests.get("https://health.petals.dev/api/v1/state").json()
106
  out = []