Compare commits
2 Commits
d117978005
...
013bf76446
| Author | SHA1 | Date | |
|---|---|---|---|
| 013bf76446 | |||
| 808a3c7bbe |
Binary file not shown.
Binary file not shown.
BIN
website/__pycache__/models.cpython-313.pyc
Normal file
BIN
website/__pycache__/models.cpython-313.pyc
Normal file
Binary file not shown.
@@ -41,7 +41,7 @@ app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
|
||||
app.config['PERMANENT_SESSION_LIFETIME'] = timedelta(days=365) # Langlebige Session für Dark Mode-Einstellung
|
||||
|
||||
# OpenAI API-Konfiguration
|
||||
client = OpenAI(api_key="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")
|
||||
client = OpenAI(api_key=os.environ.get("OPENAI_API_KEY"))
|
||||
|
||||
# Context processor für globale Template-Variablen
|
||||
@app.context_processor
|
||||
|
||||
BIN
website/instance/mindmap.db
Normal file
BIN
website/instance/mindmap.db
Normal file
Binary file not shown.
@@ -714,7 +714,7 @@
|
||||
|
||||
<!-- Initialization Script -->
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
// Mindmap-Container holen
|
||||
const mindmapContainer = document.getElementById('mindmap-container');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user