Update README.md
Browse files
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-
|
77 |
-
response = slim_model.function_call(text,params=["
|
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 |
|