Phase-Technologies commited on
Commit
ea6cfbf
·
verified ·
1 Parent(s): e89a277

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -24,6 +24,14 @@ inference:
24
  temperature: 0.5
25
  examples:
26
  - text: "### Instruction:\nProvide a step-by-step logical proof finding the eigenvalues of the matrix [[2, 1], [1, 2]].\n### Response:\n"
 
 
 
 
 
 
 
 
27
  ---
28
 
29
 
 
24
  temperature: 0.5
25
  examples:
26
  - text: "### Instruction:\nProvide a step-by-step logical proof finding the eigenvalues of the matrix [[2, 1], [1, 2]].\n### Response:\n"
27
+
28
+ widget:
29
+ - example_title: Fibonacci (Python)
30
+ messages:
31
+ - role: system
32
+ content: You are a chatbot who can help code!
33
+ - role: user
34
+ content: Write me a function to calculate the first 10 digits of the fibonacci sequence in Python and print it out to the CLI.
35
  ---
36
 
37