Skip to content

Commit

Permalink
Working code with masked keys in .envrc
Browse files Browse the repository at this point in the history
  • Loading branch information
AIWithShrey committed Jul 13, 2024
1 parent ac588f7 commit 03acb37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export VECTORDB_PORT=8000
export TGI_MODEL=teknium/OpenHermes-2.5-Mistral-7B
export TEI_MODEL=BAAI/bge-large-en-v1.5
export STOP_TOKEN="<|im_end|>"
export HUGGINGFACEHUB_API_TOKEN="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"
export TAVILY_API_KEY="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"
export STACK_OVERFLOW_API_KEY="f2wufqfx)cvYnA4XCwOdyQ(("
export HUGGINGFACEHUB_API_TOKEN="<hf_token_here>"
export TAVILY_API_KEY="<tavily_api_key_here>"
export STACK_OVERFLOW_API_KEY="<stack_exchange_api_key_here>"

0 comments on commit 03acb37

Please sign in to comment.