developer icon indicating copy to clipboard operation
developer copied to clipboard

with 100k context windows on the way, it's now feasible for every dev to have their own smol developer

Results 108 developer issues
Sort by recently updated
recently updated
newest added

Just started to look at this project today and very excited about it as I am working on multiple AI projects myself. Just a suggestions, not sure where to put...

The Python main_no_modal.py command doesn't work. It asks for an open AI API key, which I already put into the .env file.

after editing the main.py to use gtp-3.5 I ran the prompt `modal run main.py --prompt "a Chrome extension that, when clicked, opens a small window with a page where you...

I keep running into this error. Any Idea what this means ? Traceback (most recent call last): File "C:\Users\User\Desktop\developer\main_no_modal.py", line 244, in main(prompt, directory, file) File "C:\Users\User\Desktop\developer\main_no_modal.py", line 141, in...

bug

Refactor code structure and imports, improve readability and error handling in ```generate_response``` function.

i am receiving this error when trying to run with modal: openai.error.RateLimitError: Rate limit reached for default-gpt-3.5-turbo in organization org-o8pnXYMZiNBFvGP0dQH0exyg on requests per min. Limit: 3 / min. Please try...

Updated to check if writing to file or directory, Saves time and don't have to write large complicated prompts, should normally sort itself out instead. For example without this with...

Sorry for the size of this PR. Issues to fix kept growing. See below: Use typing to make the function signatures clearer. Use constants for hard-coded values. Create a helper...

For more complex file structures the app runs into errors because it cannot read the filepaths from the filepath string. In order to avoid a filepaths error i would suggest...

bug

Read the note that there was hardcoded logic not to delete images. Maybe this could work a bit like a `gitignore` file where you can put globs for files to...