Skip to content

Commit

Permalink
Hide
Browse files Browse the repository at this point in the history
  • Loading branch information
billytrend-cohere committed Sep 27, 2024
1 parent efc65a2 commit 1de2274
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions fern/v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,51 @@ navigation:
slug: listevents
- endpoint: GET /v1/finetuning/finetuned-models/{finetuned_model_id}/training-step-metrics
slug: listtrainingstepmetrics
- section: "v1/chat"
hidden: true
skip-slug: true
contents:
- endpoint: POST /v1/chat
slug: chat-v1
title: Chat
- endpoint: STREAM /v1/chat
slug: chat-stream-v1
title: Chat with Streaming
- section: "v1/generate"
hidden: true
skip-slug: true
contents:
- endpoint: POST /v1/generate
slug: generate-v1
title: generate
- endpoint: STREAM /v1/generate
slug: generate-stream-v1
title: generate with Streaming
- section: "v1/rerank"
hidden: true
skip-slug: true
contents:
- POST /v1/rerank
- section: "v1/embed"
hidden: true
skip-slug: true
contents:
- POST /v1/embed
- section: "v1/classify"
hidden: true
skip-slug: true
contents:
- POST /v1/classify
- section: "v1/summarize"
hidden: true
skip-slug: true
contents:
- POST /v1/summarize
- section: "v1/check-api-key"
hidden: true
skip-slug: true
contents:
- POST /v1/check-api-key
- tab: release-notes
- tab: llmu
- tab: cookbooks
Expand Down

0 comments on commit 1de2274

Please sign in to comment.