Browse Source

add prompt ideas

master
Hendrik Langer 10 months ago
parent
commit
c6f5a771c4
  1. 16
      matrix_pygmalion_bot/bot/ai/prompts.py

16
matrix_pygmalion_bot/bot/ai/prompts.py

@ -211,6 +211,22 @@ Provide an outline of {ai_name}'s day in keywords.
# briefly, as a list, use bullet points, outline the main points what character needs to remember about the day, in note form, review ... point by point
prompt_document_answering = PromptTemplate.from_template(
"""Write a high-quality answer for the given question using only the provided search
results (some of which might be irrelevant).
Document [1](Title: Asian Americans in science and technology) Prize in physics for
discovery of the subatomic particle J/ψ. Subrahmanyan Chandrasekhar shared...
Document [2](Title: List of Nobel laureates in Physics) The first Nobel Prize in
Physics was awarded in 1901 to Wilhelm Conrad Röntgen, of Germany, who received...
Document [3](Title: Scientist) and pursued through a unique method, was essentially
in place. Ramón y Cajal won the Nobel Prize in 1906 for his remarkable...
Question: who got the first nobel prize in physics
Answer:"""
)
prompt_agent = PromptTemplate.from_template(
"""Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request and explain what actions were used.

Loading…
Cancel
Save