Ex0bit commited on
Commit
9ee3de7
·
verified ·
1 Parent(s): 4775435

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -4
README.md CHANGED
@@ -218,10 +218,6 @@ completion = openai_client.chat.completions.create(
218
  print(completion.choices[0].message.content)
219
  ```
220
 
221
- ### Using with Ollama
222
-
223
- > **Note:** Ollama does not currently support IQ quantization types. Use llama.cpp directly instead.
224
-
225
  ## Thinking Mode Configuration
226
 
227
  GLM-4.7 supports **Interleaved Thinking**, **Preserved Thinking**, and **Turn-level Thinking**.
 
218
  print(completion.choices[0].message.content)
219
  ```
220
 
 
 
 
 
221
  ## Thinking Mode Configuration
222
 
223
  GLM-4.7 supports **Interleaved Thinking**, **Preserved Thinking**, and **Turn-level Thinking**.