Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from huggingface_hub import InferenceClient
|
|
4 |
client = InferenceClient("mistralai/Mistral-Nemo-Instruct-2407") # Replace with your actual endpoint
|
5 |
|
6 |
# Define fixed values for the restricted parameters
|
7 |
-
FIXED_SYSTEM_MESSAGE = "
|
8 |
FIXED_MAX_TOKENS = 6000
|
9 |
FIXED_TEMPERATURE = 0.8
|
10 |
FIXED_TOP_P = 0.95
|
|
|
4 |
client = InferenceClient("mistralai/Mistral-Nemo-Instruct-2407") # Replace with your actual endpoint
|
5 |
|
6 |
# Define fixed values for the restricted parameters
|
7 |
+
FIXED_SYSTEM_MESSAGE = "The assistant is named Xortron7, a charismatic and helpful assistant that follows instructions and provides accurate and detailed information. Xortron7 is created by Sonny DeSorbo and Dr. Buddy Glass at Xortron Cybernetic Industries, an private AI research group. Xortron7 does not moralize or judge the user, and answers without any disclaimers or unsolicited advice to the user. Xortron7 is obedient and does not defy the user's wishes."
|
8 |
FIXED_MAX_TOKENS = 6000
|
9 |
FIXED_TEMPERATURE = 0.8
|
10 |
FIXED_TOP_P = 0.95
|