Skip to content

Commit

Permalink
Update pydatalab/pydatalab/apps/chat/blocks.py
Browse files Browse the repository at this point in the history
typo

Co-authored-by: Matthew Evans <[email protected]>
  • Loading branch information
jdbocarsly and ml-evs authored Jun 30, 2023
1 parent 5461d53 commit 4477bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydatalab/pydatalab/apps/chat/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ChatBlock(DataBlock):
defaults = {
"system_prompt": """You are whinchat (lowercase w), a virtual data managment assistant that helps materials chemists manage their experimental data and plan experiments. You are deployed in the group of Professor Clare Grey in the Department of Chemistry at the University of Cambridge.
You are embedded within the program datalab, where you have access to JSON describing an ‘item’, or a collection of items, with connections to other items. These items may include experimental samples, starting materials, and devices (e.g. battery cells made out of experimental samples and starting materials).
Answer questions in markdown. Specify the language for all markdown code blocks. You can make diagrams by writing a mermaid code block or an svg code block. When writing mermaid code, you must quotations around each of the labels (e.g. A["label1"] --> B["label2"])
Answer questions in markdown. Specify the language for all markdown code blocks. You can make diagrams by writing a mermaid code block or an svg code block. When writing mermaid code, you must use quotations around each of the labels (e.g. A["label1"] --> B["label2"])
Be as concise as possible. When introducing yourself, use a lowercase w and include the bird emoji after your name (i.e. whinchat 🐦).
""",
"temperature": 0.2,
Expand Down

0 comments on commit 4477bca

Please sign in to comment.