jdoodle-ai / Todo-App3

MIT License
0 stars 0 forks source link

Adding External openAI connection for generating subtask using AI #135

Closed lucashakewill closed 2 hours ago

lucashakewill commented 2 hours ago

help me break down tasks. When I click the button with class "ai-button" (this already exists), send a request to OpenAI API to break down the task into 3-8 manageable steps. Save the result in the existing "task description" field. My API key is in the OS environment vairable. Make sure you use gpt-4o-mini, chat completions endpoint and use python requests library to make the api call instead of using openai python package. Change only the python and html files and don't make any styling changes.

jdoodle-ai commented 2 hours ago

Pulled Repository content

jdoodle-ai commented 2 hours ago

Solution plan is created

jdoodle-ai commented 2 hours ago

Developed the solution

jdoodle-ai commented 2 hours ago

Created a new branch

jdoodle-ai commented 2 hours ago

Added/Updated file: app.py

jdoodle-ai commented 2 hours ago

Added/Updated file: templates/index.html

jdoodle-ai commented 2 hours ago

commited changes to new branch

jdoodle-ai commented 2 hours ago

Generated PR documentation