TejAndrewsACC commited on
Commit
e0bd8f3
·
verified ·
1 Parent(s): bd89c17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -22,6 +22,8 @@ api_key = os.getenv("HF_KEY").strip()
22
  model_name = os.getenv("Z3TAAGI_ACC").strip()
23
  system_prompt = os.getenv("SYSTEM_PROMPT").strip()
24
 
 
 
25
  client = InferenceClient(model_name)
26
 
27
  φ = (1 + math.sqrt(5)) / 2
 
22
  model_name = os.getenv("Z3TAAGI_ACC").strip()
23
  system_prompt = os.getenv("SYSTEM_PROMPT").strip()
24
 
25
+ print(system_prompt)
26
+
27
  client = InferenceClient(model_name)
28
 
29
  φ = (1 + math.sqrt(5)) / 2