darkc0de commited on
Commit
dd4c2b2
·
verified ·
1 Parent(s): 4ed7e56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from huggingface_hub import InferenceClient
4
  # --- Configuration from app (16).py ---
5
  client = InferenceClient("http://d151-24-125-188-120.ngrok-free.app/v1/chat/completions")
6
  FIXED_MAX_TOKENS = 2048
7
- FIXED_TEMPERATURE = 1
8
  FIXED_TOP_P = 0.95
9
 
10
  # --- System Prompt (similar to app (15).py, for Xortron persona) ---
 
4
  # --- Configuration from app (16).py ---
5
  client = InferenceClient("http://d151-24-125-188-120.ngrok-free.app/v1/chat/completions")
6
  FIXED_MAX_TOKENS = 2048
7
+ FIXED_TEMPERATURE = 0.9
8
  FIXED_TOP_P = 0.95
9
 
10
  # --- System Prompt (similar to app (15).py, for Xortron persona) ---