Skip to content

Commit

Permalink
docs: Mistral docs fix (#1671)
Browse files Browse the repository at this point in the history
* add to sidebar

* move image

* cooler project name
  • Loading branch information
tcapelle authored May 22, 2024
1 parent e191a07 commit 413e403
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/docs/guides/ecosystem/mistral.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 1
hide_table_of_contents: true
hide_table_of_contents: false
---

# MistralAI
Expand All @@ -17,7 +17,7 @@ Weave automatically tracks and logs LLM calls made via the [MistralAI Python lib
2. Initialize Weave in your Python script:
```python
import weave
weave.init("my_llm_project")
weave.init("cheese_recommender")
```
:::note
We patch the mistral `chat_completion` method for you to keep track of your LLM calls.
Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion docs/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const sidebars: SidebarsConfig = {
type: "category",
label: "Ecosystem",
link: { type: "doc", id: "guides/ecosystem/index" },
items: ["guides/ecosystem/openai"],
items: ["guides/ecosystem/openai", "guides/ecosystem/mistral"],
},
{
type: "category",
Expand Down

0 comments on commit 413e403

Please sign in to comment.