Text Generation
Transformers
Safetensors
English
llama
conversational
Inference Endpoints
text-generation-inference
mrfakename commited on
Commit
439dba8
1 Parent(s): 44ea18e

Add example prompt

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -6,6 +6,8 @@ datasets:
6
  - OpenAssistant/oasst_top1_2023-08-25
7
  language:
8
  - en
 
 
9
  ---
10
  <div align="center">
11
 
 
6
  - OpenAssistant/oasst_top1_2023-08-25
7
  language:
8
  - en
9
+ widget:
10
+ - 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"
11
  ---
12
  <div align="center">
13