Move LLM logic to seperate route
This commit is contained in:
@@ -31,6 +31,7 @@ title='New Timer Function')
|
||||
saveUrl: "{{ url_for('timer.new') }}",
|
||||
showDeleteButton: false,
|
||||
dashboardUrl: "{{ url_for('timer.overview') }}",
|
||||
generateUrl: "{{ url_for('llm.generate_script') }}",
|
||||
isTimer: true,
|
||||
showTimerSettings: true,
|
||||
triggerType: 'interval',
|
||||
|
||||
Reference in New Issue
Block a user