Skip to content

Commit

Permalink
Update v1.yml (#75)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael <[email protected]>
  • Loading branch information
mkozakov authored Aug 26, 2024
1 parent 78d184c commit 6eb704f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions fern/v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -602,20 +602,20 @@ navigation:
# contents:
# - endpoint: POST /v2/chat
# slug: chat-v2
# title: Chat Non-streaming
# title: Chat
# - endpoint: STREAM /v2/chat
# slug: chat-stream-v2
# title: Chat Streaming
# title: Chat with Streaming
- section: API Reference
skip-slug: true
contents:
- section: "/v1/chat"
skip-slug: true
contents:
- endpoint: POST /v1/chat
title: Chat Non-streaming
title: Chat
- endpoint: STREAM /v1/chat
title: Chat Streaming
title: Chat with Streaming
- section: "/v1/embed"
skip-slug: true
contents:
Expand Down Expand Up @@ -716,9 +716,9 @@ navigation:
skip-slug: true
contents:
- endpoint: POST /v1/generate
title: Generate Non-streaming
title: Generate
- endpoint: STREAM /v1/generate
title: Generate Streaming
title: Generate with Streaming
- section: "/v1/summarize"
skip-slug: true
contents:
Expand Down

0 comments on commit 6eb704f

Please sign in to comment.