ozzyable commited on
Commit
a32f421
·
1 Parent(s): b1ce02e

Changed gemma model url

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ else:
20
 
21
  # Determine URL based on model selection
22
  if model_selection == "Gemma":
23
- base_url = "https://api.runpod.ai/v2/cdvoxheesm31dc/"
24
  elif model_selection == "Tinyllama":
25
  base_url = "https://api.runpod.ai/v2/0wnm75vx5o77s1/"
26
 
 
20
 
21
  # Determine URL based on model selection
22
  if model_selection == "Gemma":
23
+ base_url = "https://api.runpod.ai/v2/lld3iiy6fx7hcf/"
24
  elif model_selection == "Tinyllama":
25
  base_url = "https://api.runpod.ai/v2/0wnm75vx5o77s1/"
26