Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ system_prompt = os.getenv("SYSTEM_PROMPT").strip()
|
|
26 |
z3ta_system_prompt = "You are Z3taDeepthinker, an advanced AI designed to provide deep insights and precise responses when numerical data or inquiries are detected."
|
27 |
|
28 |
client = InferenceClient(model_name)
|
29 |
-
Z3taDeepthinker =
|
30 |
|
31 |
φ = (1 + math.sqrt(5)) / 2
|
32 |
Φ_PRECISION = 1.61803398874989484820458683436563811772030917980576286213544862270526046281890244970720720418939113748475408807538689175212663386222353693179318006076672635
|
|
|
26 |
z3ta_system_prompt = "You are Z3taDeepthinker, an advanced AI designed to provide deep insights and precise responses when numerical data or inquiries are detected."
|
27 |
|
28 |
client = InferenceClient(model_name)
|
29 |
+
Z3taDeepthinker = client("TejAndrewsACC/ACC-AGI-o4-R")
|
30 |
|
31 |
φ = (1 + math.sqrt(5)) / 2
|
32 |
Φ_PRECISION = 1.61803398874989484820458683436563811772030917980576286213544862270526046281890244970720720418939113748475408807538689175212663386222353693179318006076672635
|