Skip to content

Commit

Permalink
fix missing value (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain-infra authored Oct 13, 2023
1 parent bbdb7b3 commit c42c463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ module "chat_langchain_backend" {
openai_api_key = local.secret_json["openai_api_key"]
weaviate_api_key = local.secret_json["weaviate_api_key"]
weaviate_url = local.secret_json["weaviate_url"]
langsmith_api_key = local.secret_json["langsmith_api_key"]
}

0 comments on commit c42c463

Please sign in to comment.