Skip to content

Commit

Permalink
Remove langchain endpoint env var set to default value (langchain-ai#295
Browse files Browse the repository at this point in the history
)

* Update variables.tf

* Update main.tf
  • Loading branch information
nfcampos authored Mar 26, 2024
1 parent f090579 commit a854693
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion terraform/modules/chat_langchain_backend/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ locals {
WEAVIATE_URL = var.weaviate_url
WEAVIATE_API_KEY = var.weaviate_api_key
LANGCHAIN_TRACING_V2 = true
LANGCHAIN_ENDPOINT = var.langchain_endpoint
LANGCHAIN_API_KEY = var.langsmith_api_key
LANGCHAIN_PROJECT = var.langchain_project
FIREWORKS_API_KEY = var.fireworks_api_key
Expand Down
6 changes: 0 additions & 6 deletions terraform/modules/chat_langchain_backend/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@ variable "max_instance_request_concurrency" {
default = 50
}

variable "langchain_endpoint" {
description = "Endpoint to use for LangSmith tracing"
type = string
default = "https://api.smith.langchain.com"
}

variable "fireworks_api_key" {
description = "Fireworks api key to use for the backend"
type = string
Expand Down

0 comments on commit a854693

Please sign in to comment.