darkc0de commited on
Commit
301885b
Β·
verified Β·
1 Parent(s): 3ea8e9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 1024 # From app (16).py
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