Skip to content

Commit

Permalink
remove deactivated api key
Browse files Browse the repository at this point in the history
  • Loading branch information
a-gleeson committed Apr 21, 2024
1 parent 5802e64 commit 08b0f5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/api_test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"metadata": {},
"outputs": [],
"source": [
"project_path = \"/Users/anthonigleeson/work/llm-projects/hackathon\"\n",
"project_path = \"\"\n",
"data = \"/data/sample_transcript.csv\"\n",
"API_KEY = \"dFO5bRlSAS9yjDcRCjJcx4cav1T2nURCaxfylETG\"\n",
"URL = \"https://qx9awo6zuf.execute-api.us-east-1.amazonaws.com/api\"\n",
"API_KEY = \"\"\n",
"URL = \"\"\n",
"ANTH_API_KEY=\"\"\n"
]
},
Expand Down

0 comments on commit 08b0f5e

Please sign in to comment.