Text Generation
Transformers
Safetensors
English
llama
conversational
Inference Endpoints
text-generation-inference
PY007 Wauplin HF staff commited on
Commit
fe8a4ea
1 Parent(s): 77e2396

Update examples in README to be compatible with soon-to-come ChatWidget (#23)

Browse files

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


Co-authored-by: Lucain Pouget <Wauplin@users.noreply.huggingface.co>

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