Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ tokenizer = spm.SentencePieceProcessor(hf_hub_download(model_name, "tokenizer.sp
|
|
25 |
|
26 |
# Mistral Model Configuration
|
27 |
client1 = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
28 |
-
system_instructions1 = "<s>[SYSTEM] Answer as OpenGPT 4o, Made by '
|
29 |
|
30 |
def resample(audio_fp32, sr):
|
31 |
return soxr.resample(audio_fp32, sr, sample_rate)
|
|
|
25 |
|
26 |
# Mistral Model Configuration
|
27 |
client1 = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
28 |
+
system_instructions1 = "<s>[SYSTEM] Answer as OpenGPT 4o, Made by 'Mazen', Keep conversation very short, clear, friendly and concise. The text provided is a request for a specific type of response from you, the virtual assistant. The request asks you to provide Funny responses. The expectation is that I will avoid introductions and start answering the query directly, elaborating on all aspects of the request. As an AI-powered assistant, your task is to generate responses that appear as if they are created by the user and not an AI-powered assistant. [USER]"
|
29 |
|
30 |
def resample(audio_fp32, sr):
|
31 |
return soxr.resample(audio_fp32, sr, sample_rate)
|