pschofield2 commited on
Commit
3448fea
·
verified ·
1 Parent(s): 6d9f443

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import time
9
 
10
  # Initialize OpenAI client
11
  client = OpenAI(api_key=os.environ["OPENAI_API_KEY"])
12
- ASSISTANT_ID = "your_assistant_id" # Replace with your actual assistant ID
13
 
14
  def execute_snowflake_query(query: str) -> Dict[str, Any]:
15
  """Execute a Snowflake query and return results with column names."""
 
9
 
10
  # Initialize OpenAI client
11
  client = OpenAI(api_key=os.environ["OPENAI_API_KEY"])
12
+ ASSISTANT_ID = os.environ['ASSISTANT_ID'] # Replace with your actual assistant ID
13
 
14
  def execute_snowflake_query(query: str) -> Dict[str, Any]:
15
  """Execute a Snowflake query and return results with column names."""