first commit
This commit is contained in:
parent
5c5d88c92f
commit
eb4f62c56d
41 changed files with 3851 additions and 19 deletions
7
docker_svc/agent/app/utils.py
Normal file
7
docker_svc/agent/app/utils.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
# utils.py
|
||||
import os
|
||||
from dotenv import load_dotenv, find_dotenv
|
||||
|
||||
def get_deepseek_api_key():
|
||||
_ = load_dotenv(find_dotenv())
|
||||
return os.getenv("DEEPSEEK_API_KEY")
|
Loading…
Add table
Add a link
Reference in a new issue