Skip to content

Commit 6428ee0

Browse files
committed
fix lint issues for mdx truncate
1 parent d7b83a7 commit 6428ee0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

blog/2025-05-02-blog-post.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ tags: [pythia, genai]
77

88
We are pleased to announce that `o4-mini` is now available via Pythia. Here is an overview of the model: https://platform.openai.com/docs/models/o4-mini
99

10-
<!-- truncate -->
10+
{/* truncate */}
1111

1212
When compared to `o3-mini`, `o4-mini` adds support for images as inputs. It costs the same as o3-mini for regular usage, though the price is lower if you use cached inputs. Thus, this model will now be the default reasoning model we provide and the use of o3-mini is now deprecated.

blog/2025-09-10-blog-post.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ tags: [pythia, genai]
88
We are pleased to announce that the `claude` (`4.0` and `3.7`) models are now available via Pythia. Here are the overviews for the models:
99
https://www.anthropic.com/claude/sonnet, https://www.anthropic.com/claude/opus
1010

11-
<!-- truncate -->
11+
{/* truncate */}
1212

1313
With API keys to access Claude, you can also enable Claude API tools like Claude Code. Refer to this guide for more details: https://portkey.ai/docs/integrations/libraries/claude-code#2-integrate-portkey-with-claude-code

0 commit comments

Comments
 (0)