Skip to content

Commit

Permalink
Remove unnecessary line.
Browse files Browse the repository at this point in the history
Signed-off-by: Yao, Qing <[email protected]>
  • Loading branch information
yao531441 committed Dec 26, 2024
1 parent e8048a4 commit 8dd9aaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion comps/texttosql/src/integrations/opea.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
}

TGI_LLM_ENDPOINT = os.environ.get("TGI_LLM_ENDPOINT")
TGI_LLM_ENDPOINT = "http://10.0.0.121:8008"

llm = HuggingFaceEndpoint(
endpoint_url=TGI_LLM_ENDPOINT,
Expand Down

0 comments on commit 8dd9aaf

Please sign in to comment.