KingNish commited on
Commit
7020310
·
verified ·
1 Parent(s): 99fe904

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ encoder = ort.InferenceSession(hf_hub_download(model_name, "model.onnx", subfold
108
  tokenizer = spm.SentencePieceProcessor(hf_hub_download(model_name, "tokenizer.spm", subfolder="onnx"))
109
 
110
  # Mistral Model Configuration
111
- client1 = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
112
  system_instructions1 = "<s>[SYSTEM] Answer as OpenGPT 4o, Made by 'KingNish', 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 friendly 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]"
113
 
114
  def resample(audio_fp32, sr):
 
108
  tokenizer = spm.SentencePieceProcessor(hf_hub_download(model_name, "tokenizer.spm", subfolder="onnx"))
109
 
110
  # Mistral Model Configuration
111
+ client1 = InferenceClient("google/gemma-1.1-7b-it")
112
  system_instructions1 = "<s>[SYSTEM] Answer as OpenGPT 4o, Made by 'KingNish', 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 friendly 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]"
113
 
114
  def resample(audio_fp32, sr):