Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|