Spaces:
Sleeping
Sleeping
change the prompt
Browse files
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.
|
| 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 |
|