darkc0de commited on
Commit
248741d
·
verified ·
1 Parent(s): 6ff4c71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
  # --- Configuration from app (16).py ---
5
- client = InferenceClient("https://df36-76-143-91-82.ngrok-free.app/v1/chat/completions")
6
  FIXED_MAX_TOKENS = 2048
7
  FIXED_TEMPERATURE = 0.9
8
  FIXED_TOP_P = 0.95
 
2
  from huggingface_hub import InferenceClient
3
 
4
  # --- Configuration from app (16).py ---
5
+ client = InferenceClient("https://2ad3-76-17-121-102.ngrok-free.app/v1/chat/completions")
6
  FIXED_MAX_TOKENS = 2048
7
  FIXED_TEMPERATURE = 0.9
8
  FIXED_TOP_P = 0.95