Skip to content

Commit

Permalink
Merge pull request #76 from intuit/llm
Browse files Browse the repository at this point in the history
Initial commit for requirements
  • Loading branch information
stationeros committed Jul 20, 2023
2 parents 571745b + 2a43fde commit 84df8c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions labs/DataDialogue/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
langchain==0.0.154
openai==0.27.5
streamlit==1.22.0
black==23.3.0
tabulate==0.9.0
huggingface-hub==0.14.1

3 changes: 3 additions & 0 deletions labs/DataDialogue/stealth/vault.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Add your API key below, and make sure to not share it for privacy reasons.
# Get api key from: https://platform.openai.com/account/api-keys
OPENAI_API_KEY="<<open_api_key>>"

0 comments on commit 84df8c2

Please sign in to comment.