doberst commited on
Commit
35b4980
1 Parent(s): ffbc1d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ Load in your favorite GGUF inference engine, or try with llmware as follows:
20
 
21
  from llmware.models import ModelCatalog
22
  model = ModelCatalog().load_model("dragon-mistral-answer-tool")
23
- response = model.inference(query, text_sample)
24
 
25
  Note: please review [**config.json**](https://huggingface.co/llmware/dragon-mistral-answer-tool/blob/main/config.json) in the repository for prompt wrapping information, details on the model, and full test set.
26
 
 
20
 
21
  from llmware.models import ModelCatalog
22
  model = ModelCatalog().load_model("dragon-mistral-answer-tool")
23
+ response = model.inference(query, add_context=text_sample)
24
 
25
  Note: please review [**config.json**](https://huggingface.co/llmware/dragon-mistral-answer-tool/blob/main/config.json) in the repository for prompt wrapping information, details on the model, and full test set.
26