NeuralNotwork commited on
Commit
99bc622
·
verified ·
1 Parent(s): 754a555

Delete tools/get_key.py

Browse files
Files changed (1) hide show
  1. tools/get_key.py +0 -8
tools/get_key.py DELETED
@@ -1,8 +0,0 @@
1
- """Template for custom function or Pydantic model."""
2
-
3
- import os
4
-
5
-
6
- def get_key() -> str:
7
- """Get the key from environment variable."""
8
- return os.environ.get("OPENAI_API_KEY", "")