yetessam commited on
Commit
1cde8a3
·
verified ·
1 Parent(s): c114199

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -61,7 +61,7 @@ else:
61
  print("This is NOT a Hugging Face Inference Endpoint.")
62
 
63
 
64
-
65
  model = HfApiModel(
66
  max_tokens=2096,
67
  temperature=0.5,
@@ -70,7 +70,7 @@ model = HfApiModel(
70
  )
71
 
72
  '''
73
-
74
  model = LiteLLMModel(
75
  model_id="gemini/gemini-2.0-flash-exp",
76
  max_tokens=2096,
 
61
  print("This is NOT a Hugging Face Inference Endpoint.")
62
 
63
 
64
+ '''
65
  model = HfApiModel(
66
  max_tokens=2096,
67
  temperature=0.5,
 
70
  )
71
 
72
  '''
73
+ '''
74
  model = LiteLLMModel(
75
  model_id="gemini/gemini-2.0-flash-exp",
76
  max_tokens=2096,