Skip to content

Commit

Permalink
Merge pull request #4 from cohere-ai/chdeskur/stream-text-format
Browse files Browse the repository at this point in the history
(chore): update stream naming
  • Loading branch information
fern-support authored Jul 29, 2024
2 parents d9e74c2 + 42ee090 commit 98d059f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -645,8 +645,10 @@ navigation:
- section: "/chat"
skip-slug: true
contents:
- POST /v1/chat
- STREAM /v1/chat
- endpoint: POST /v1/chat
title: Chat Non-streaming
- endpoint: STREAM /v1/chat
title: Chat Streaming
- section: "/embed"
skip-slug: true
contents:
Expand Down Expand Up @@ -746,8 +748,10 @@ navigation:
- section: "/generate"
skip-slug: true
contents:
- POST /v1/generate
- STREAM /v1/generate
- endpoint: POST /v1/generate
title: Chat Non-streaming
- endpoint: STREAM /v1/generate
title: Chat Streaming
- section: "/summarize"
skip-slug: true
contents:
Expand Down

0 comments on commit 98d059f

Please sign in to comment.