mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-29 05:51:26 +08:00
Add azure-responses provider and fix ordered list styling (#10267)
- Include azure-responses case in provider options switch - Set decimal list-style for ordered lists in markdown
This commit is contained in:
parent
5d8e706c0b
commit
97e9e42173
@ -84,6 +84,7 @@ export function buildProviderOptions(
|
||||
case 'openai':
|
||||
case 'openai-chat':
|
||||
case 'azure':
|
||||
case 'azure-responses':
|
||||
providerSpecificOptions = {
|
||||
...buildOpenAIProviderOptions(assistant, model, capabilities),
|
||||
serviceTier: serviceTierSetting
|
||||
|
||||
@ -76,6 +76,10 @@
|
||||
list-style: initial;
|
||||
}
|
||||
|
||||
.markdown ol {
|
||||
list-style: decimal;
|
||||
}
|
||||
|
||||
.markdown ul,
|
||||
.markdown ol {
|
||||
padding-left: 1.5em;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user