Skip to content

Commit

Permalink
docs: Fix API ref link (#7462)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Jan 2, 2025
1 parent 12fdf3f commit 769cc4e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/core_docs/docs/integrations/chat/cerebras.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@
"\n",
"Our CS-3 systems can be quickly and easily clustered to create the largest AI supercomputers in the world, making it simple to place and run the largest models. Leading corporations, research institutions, and governments are already using Cerebras solutions to develop proprietary models and train popular open-source models.\n",
"\n",
"Want to experience the power of Cerebras? Check out our [website](https://cerebras.ai/) for more resources and explore options for accessing our technology through the Cerebras Cloud or on-premise deployments!\n",
"\n",
"For more information about Cerebras Cloud, visit [cloud.cerebras.ai](https://cloud.cerebras.ai/). Our API reference is available at [inference-docs.cerebras.ai](https://inference-docs.cerebras.ai).\n",
"This will help you getting started with ChatCerebras [chat models](/docs/concepts/chat_models). For detailed documentation of all ChatCerebras features and configurations head to the [API reference](https://api.js.langchain.com/classes/_langchain_cerebras.ChatCerebras.html).\n",
"\n",
"## Overview\n",
"\n",
Expand Down Expand Up @@ -314,7 +312,7 @@
"source": [
"## API reference\n",
"\n",
"For detailed documentation of all ChatCerebras features and configurations head to the API reference: https://api.js.langchain.com/classes/langchain_cerebras.ChatCerebras.html"
"For detailed documentation of all ChatCerebras features and configurations head to the API reference: https://api.js.langchain.com/classes/_langchain_cerebras.ChatCerebras.html"
]
}
],
Expand Down

0 comments on commit 769cc4e

Please sign in to comment.