Text Generation
Transformers
PyTorch
Safetensors
English
llama
Text-Generation
Transformers
HelpingAI
Inference Endpoints
text-generation-inference
Abhaykoul commited on
Commit
2533343
1 Parent(s): 711fa9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -64,11 +64,11 @@ pipe = pipeline("text-generation", model="OEvortex/HelpingAI-Lite-1.5T", device=
64
  messages = [
65
  {
66
  "role": "system",
67
- "content": "You are interacting with a sophisticated chatbot model optimized for coding tasks!",
68
  },
69
  {
70
  "role": "user",
71
- "content": "Please generate a Python function that calculates the factorial of a given number.",
72
  },
73
  ]
74
 
 
64
  messages = [
65
  {
66
  "role": "system",
67
+ "content": "You are a chatbot who can be a teacher",
68
  },
69
  {
70
  "role": "user",
71
+ "content": "Explain me working of AI.",
72
  },
73
  ]
74