Files
grid_application/app/app.py
Tobias Quadfasel 94b5545173 feat(ai-chat): Add code logic for AI-based data chat
Add the first working code logic both in terms of backend and
frontend-related tasks. Add a detailled system message for improved
results. Add several UI improvements for result display and user
information. Add text input field for direct SQL code comparison.

The implementation of the openAI backend had to be changed due to strict
rate limits of azure OpenAI free tier and was replaced with a regular
openai API key.
2024-09-03 14:48:38 +02:00

11 KiB