Merge pull request #1552 from qodo-ai/tr/custom_reasoning_model

docs
This commit is contained in:
Tal 2025-02-18 17:41:59 +02:00 committed by GitHub
commit 6efcd61087
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,11 +24,11 @@ To restrict Qodo Merge to using only `GPT-4o`, add this setting:
model="gpt-4o" model="gpt-4o"
``` ```
To restrict Qodo Merge to using only `deepseek-r1`, add this setting: [//]: # (To restrict Qodo Merge to using only `deepseek-r1` us-hosted, add this setting:)
``` [//]: # (```)
[config] [//]: # ([config])
model="deepseek/r1" [//]: # (model="deepseek/r1")
``` [//]: # (```)
To restrict Qodo Merge to using only `o3-mini`, add this setting: To restrict Qodo Merge to using only `o3-mini`, add this setting:
``` ```