doberst commited on
Commit
c973885
1 Parent(s): 750b9c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ Load in your favorite GGUF inference engine, or try with llmware as follows:
29
  ModelCatalog().tool_test_run("slim-sentiment-tool", verbose=True)
30
 
31
 
32
- Slim models can also be loaded even more simply as part of a multi-model, multi-step LLMfx calls:
33
 
34
  from llmware.agents import LLMfx
35
 
 
29
  ModelCatalog().tool_test_run("slim-sentiment-tool", verbose=True)
30
 
31
 
32
+ Slim models can also be orchestrated as part of multi-model, multi-step LLMfx calls:
33
 
34
  from llmware.agents import LLMfx
35