Skip to content

Commit

Permalink
mark proxy as alpha feature
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain-infra committed Apr 17, 2024
1 parent b552a71 commit f3cc46d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/proxy/azure_openai.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_label: Quick Start
sidebar_position: 1
sidebar_label: Use LangSmith Proxy with Azure OpenAI
sidebar_position: 2
---

# Configure LangSmith Proxy to talk to your Azure OpenAI Endpoint
Expand All @@ -17,7 +17,7 @@ The LangSmith Proxy is available as a Docker container. You can run it in your e

```bash
docker pull docker.io/langchain/langsmith-proxy:latest # Force pull the latest version of the LangSmith Proxy
docker run -p 8080:8080 docker.io/langchain/langsmith-proxy:latest -e AZURE_OPENAI_ENDPOINT <YOUR AZURE_OPENAI_ENDPOINT> -p 8080:8080 # Run the LangSmith Proxy on port 8080 and publish it to the host
docker run -e AZURE_OPENAI_ENDPOINT <YOUR AZURE_OPENAI_ENDPOINT> -p 8080:8080 docker.io/langchain/langsmith-proxy:latest # Run the LangSmith Proxy on port 8080 and publish it to the host
```

You should see the following output:
Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = {
},
{
type: "category",
label: "Proxy",
label: "Proxy(Alpha)",
collapsed: true,
collapsible: true,
items: [{ type: "autogenerated", dirName: "proxy" }],
Expand Down

0 comments on commit f3cc46d

Please sign in to comment.