1. Version zum Testen

This commit is contained in:
Martin Rattensberger
2024-11-18 10:42:12 +01:00
parent 53a7cb9954
commit 98095814eb
5 changed files with 143 additions and 0 deletions

5
config.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
// API-Schlüssel für OpenAI und den Assistenten
$openai_api_key = 'Ihr_OpenAI_API_Schlüssel';
$assistant_id = 'Ihr_Assistant_ID';
?>