TheBloke commited on
Commit
c43bef9
1 Parent(s): 3fefe9b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -126,7 +126,7 @@ model = AutoGPTQForCausalLM.from_quantized(model_name_or_path,
126
 
127
  prompt = "Tell me about AI"
128
  prompt_template=f'''You are a helpful assistant
129
- ### User: prompt goes here
130
  ### Assistant:
131
  '''
132
 
 
126
 
127
  prompt = "Tell me about AI"
128
  prompt_template=f'''You are a helpful assistant
129
+ ### User: {prompt}
130
  ### Assistant:
131
  '''
132