legolasyiu commited on
Commit
e6a256b
·
verified ·
1 Parent(s): 4c18874

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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