Update README.md
Browse files
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**.
|