Skip to content

Commit a854693

Browse files
authored
Remove langchain endpoint env var set to default value (#295)
* Update variables.tf * Update main.tf
1 parent f090579 commit a854693

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

terraform/modules/chat_langchain_backend/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ locals {
99
WEAVIATE_URL = var.weaviate_url
1010
WEAVIATE_API_KEY = var.weaviate_api_key
1111
LANGCHAIN_TRACING_V2 = true
12-
LANGCHAIN_ENDPOINT = var.langchain_endpoint
1312
LANGCHAIN_API_KEY = var.langsmith_api_key
1413
LANGCHAIN_PROJECT = var.langchain_project
1514
FIREWORKS_API_KEY = var.fireworks_api_key

terraform/modules/chat_langchain_backend/variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,6 @@ variable "max_instance_request_concurrency" {
7979
default = 50
8080
}
8181

82-
variable "langchain_endpoint" {
83-
description = "Endpoint to use for LangSmith tracing"
84-
type = string
85-
default = "https://api.smith.langchain.com"
86-
}
87-
8882
variable "fireworks_api_key" {
8983
description = "Fireworks api key to use for the backend"
9084
type = string

0 commit comments

Comments
 (0)