Samka1u commited on
Commit
04bb8f6
·
verified ·
1 Parent(s): f47472f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -198,6 +198,7 @@ def sql_engine(query: str) -> str:
198
 
199
 
200
  def agent_setup():
 
201
  """
202
  Initialize the inference client, as well as the sql agent.
203
  Args:
 
198
 
199
 
200
  def agent_setup():
201
+ NEBIUS_API_KEY = os.environ.get('NEBIUS_API_KEY')
202
  """
203
  Initialize the inference client, as well as the sql agent.
204
  Args: