Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient # Used in app (16).py
|
|
3 |
|
4 |
# --- Configuration from app (16).py ---
|
5 |
client = InferenceClient("https://16d5-76-17-120-40.ngrok-free.app/v1/chat/completions") # From app (16).py
|
6 |
-
FIXED_MAX_TOKENS =
|
7 |
FIXED_TEMPERATURE = 1 # From app (16).py
|
8 |
FIXED_TOP_P = 0.95 # From app (16).py
|
9 |
|
|
|
3 |
|
4 |
# --- Configuration from app (16).py ---
|
5 |
client = InferenceClient("https://16d5-76-17-120-40.ngrok-free.app/v1/chat/completions") # From app (16).py
|
6 |
+
FIXED_MAX_TOKENS = 2048 # From app (16).py
|
7 |
FIXED_TEMPERATURE = 1 # From app (16).py
|
8 |
FIXED_TOP_P = 0.95 # From app (16).py
|
9 |
|