nikos99n commited on
Commit
9697155
·
verified ·
1 Parent(s): 0d1a7d8

change the prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ if "embeddings_model" not in st.session_state:
52
  # We will use the all-MiniLM-L6-v2 model for embeddings
53
  st.session_state['embeddings_model'] = SentenceTransformer('sentence-transformers/all-MiniLM-L6-v2')
54
 
55
- my_system_instructions = "You are a helpful assistant. Be brief and concise. Clasify given text as FAKE or REAL based on the given context in 100 words or less."
56
 
57
  first_message = "Hello, how can I help you today?"
58
 
 
52
  # We will use the all-MiniLM-L6-v2 model for embeddings
53
  st.session_state['embeddings_model'] = SentenceTransformer('sentence-transformers/all-MiniLM-L6-v2')
54
 
55
+ my_system_instructions = "You are a helpful assistant. Be brief and concise. ALWAYS clasify given text as FAKE or REAL based on the given context using 100 words or less."
56
 
57
  first_message = "Hello, how can I help you today?"
58