Skip to content

Commit

Permalink
Update v1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
billytrend-cohere authored Aug 15, 2024
1 parent fe0592c commit 5daa6c3
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions fern/v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -588,22 +588,25 @@ navigation:
python: "cohere"
typescript: "cohere-ai"
layout:
- section: API Reference
- section: V2 (beta)
skip-slug: true
contents:
- section: "/v1/chat"
- section: "/v2/chat"
skip-slug: true
contents:
- endpoint: POST /v1/chat
- endpoint: POST /v2/chat
title: Chat Non-streaming
- endpoint: STREAM /v1/chat
- endpoint: STREAM /v2/chat
title: Chat Streaming
- section: "/v2/chat"
- section: API Reference
skip-slug: true
contents:
- section: "/v1/chat"
skip-slug: true
contents:
- endpoint: POST /v2/chat
- endpoint: POST /v1/chat
title: Chat Non-streaming
- endpoint: STREAM /v2/chat
- endpoint: STREAM /v1/chat
title: Chat Streaming
- section: "/v1/embed"
skip-slug: true
Expand Down

0 comments on commit 5daa6c3

Please sign in to comment.