closed the unclosed quote
#11
by
thefaheem
- opened
README.md
CHANGED
@@ -127,7 +127,7 @@ model = AutoGPTQForCausalLM.from_quantized(model_name_or_path,
|
|
127 |
prompt = "Tell me about AI"
|
128 |
prompt_template=f'''A helpful assistant who helps the user with any questions asked.
|
129 |
User: {prompt}
|
130 |
-
Assistant:''
|
131 |
|
132 |
print("\n\n*** Generate:")
|
133 |
|
|
|
127 |
prompt = "Tell me about AI"
|
128 |
prompt_template=f'''A helpful assistant who helps the user with any questions asked.
|
129 |
User: {prompt}
|
130 |
+
Assistant:''''
|
131 |
|
132 |
print("\n\n*** Generate:")
|
133 |
|