Text Generation
Transformers
Safetensors
English
llama
conversational
Inference Endpoints
text-generation-inference

Update examples in README to be compatible with soon-to-come ChatWidget

#23
by Wauplin HF staff - opened
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -8,7 +8,12 @@ datasets:
8
  language:
9
  - en
10
  widget:
11
- - text: "<|system|>\nYou are a chatbot who can help code!</s>\n<|user|>\nWrite me a function to calculate the first 10 digits of the fibonacci sequence in Python and print it out to the CLI.</s>\n<|assistant|>\n"
 
 
 
 
 
12
  ---
13
  <div align="center">
14
 
 
8
  language:
9
  - en
10
  widget:
11
+ - example_title: Fibonacci (Python)
12
+ messages:
13
+ - role: system
14
+ content: You are a chatbot who can help code!
15
+ - role: user
16
+ content: Write me a function to calculate the first 10 digits of the fibonacci sequence in Python and print it out to the CLI.
17
  ---
18
  <div align="center">
19