Sebbe33 commited on
Commit
087ca78
·
verified ·
1 Parent(s): 0970e0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ if submitted:
89
  client = OpenAI(api_key=api_key)
90
 
91
  # System prompt with schema
92
- system_context = """You are a SQL expert. Given these SQL tables:
93
  CREATE TABLE Produkte (
94
  ProduktID INTEGER PRIMARY KEY,
95
  Produktname TEXT NOT NULL,
 
89
  client = OpenAI(api_key=api_key)
90
 
91
  # System prompt with schema
92
+ system_context = """You are a SQL expert. Given these SQL tables:
93
  CREATE TABLE Produkte (
94
  ProduktID INTEGER PRIMARY KEY,
95
  Produktname TEXT NOT NULL,