Aishu-7 commited on
Commit
e80c8df
·
verified ·
1 Parent(s): b5dbfef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ top_results = get_top_chunks("Your account has been compromised", chunk_embeddin
71
 
72
  cleaned_chunks = preprocess_text(knowledge_base)
73
 
74
- InferenceClient("Qwen/Qwen2.5-7B-Instruct", token=os.getenv("BYTESHIELD_TOKEN"))
75
  def respond(message, history):
76
  top_chunks = get_top_chunks(message, chunk_embeddings, cleaned_chunks)
77
  context = "\n".join(top_chunks)
 
71
 
72
  cleaned_chunks = preprocess_text(knowledge_base)
73
 
74
+ InferenceClient("Qwen/Qwen2.5-7B-Instruct", token=os.getenv("ByteShield_Token"))
75
  def respond(message, history):
76
  top_chunks = get_top_chunks(message, chunk_embeddings, cleaned_chunks)
77
  context = "\n".join(top_chunks)