doberst commited on
Commit
1c00e94
·
verified ·
1 Parent(s): 14d296d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -73,8 +73,8 @@ Each slim model has a 'quantized tool' version, e.g., [**'slim-category-tool'**
73
  <summary>Using as Function Call in LLMWare</summary>
74
 
75
  from llmware.models import ModelCatalog
76
- slim_model = ModelCatalog().load_model("llmware/slim-catalog")
77
- response = slim_model.function_call(text,params=["catalog"], function="classify")
78
 
79
  print("llmware - llm_response: ", response)
80
 
 
73
  <summary>Using as Function Call in LLMWare</summary>
74
 
75
  from llmware.models import ModelCatalog
76
+ slim_model = ModelCatalog().load_model("llmware/slim-category")
77
+ response = slim_model.function_call(text,params=["category"], function="classify")
78
 
79
  print("llmware - llm_response: ", response)
80