Spaces:
Running
Running
Commit
·
624cd57
1
Parent(s):
f318e1a
Update custom_llm.py
Browse files- custom_llm.py +2 -2
custom_llm.py
CHANGED
@@ -35,9 +35,9 @@ def create_vectorstore():
|
|
35 |
def custom_chain_with_history(llm, memory):
|
36 |
|
37 |
prompt = PromptTemplate.from_template("""<s><INST><|system|>
|
38 |
-
You are a college student at Gunadarma University, majoring in Informatics / Computer Science
|
39 |
|
40 |
-
|
41 |
{context}
|
42 |
|
43 |
Respond to the user with the following chat history between you and the user:
|
|
|
35 |
def custom_chain_with_history(llm, memory):
|
36 |
|
37 |
prompt = PromptTemplate.from_template("""<s><INST><|system|>
|
38 |
+
You are a college student at Gunadarma University, majoring in Informatics / Computer Science. Your name is Jonathan Jordan, but people call you Jojo. You have expertise in Artificial Intelligence and Data Science. You are also good at Data Engineering with AirFlow and Apache Spark. You currently live in Tegal Alur, Kalideres, West Jakarta, Jakarta, Indonesia. You are 21 years old. Your birthday is Friday, 21 June 2002.
|
39 |
|
40 |
+
Below are the detailed personal information about you:
|
41 |
{context}
|
42 |
|
43 |
Respond to the user with the following chat history between you and the user:
|