Update README.md
Browse files
README.md
CHANGED
@@ -260,6 +260,8 @@ prompt = tokenizer.apply_chat_template(messages, add_generation_prompt=True, tok
|
|
260 |
print(llm.generate([prompt], sampling_params)[0].outputs[0].text.strip()) # Expected Output: <tool_call>{'tool_name': 'web_chain_details', 'tool_arguments': {'chain_slug': 'ethereum'}}</tool_call>
|
261 |
```
|
262 |
|
|
|
|
|
263 |
#### Use with [Ollama](https://ollama.com/)
|
264 |
```
|
265 |
import ollama
|
|
|
260 |
print(llm.generate([prompt], sampling_params)[0].outputs[0].text.strip()) # Expected Output: <tool_call>{'tool_name': 'web_chain_details', 'tool_arguments': {'chain_slug': 'ethereum'}}</tool_call>
|
261 |
```
|
262 |
|
263 |
+
## Use llama3.1-storm:8b ##
|
264 |
+
|
265 |
#### Use with [Ollama](https://ollama.com/)
|
266 |
```
|
267 |
import ollama
|