Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for Tokens Limit/Context issue | GPT4FREE | Auto Install Windows | Folders collapse/expand Monaco Editor #539

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on May 5, 2024

  1. Rebase with new Devika Versions

    Idk what the f*ck did i do, i somehow deleted every commit that i've done
    Reiko69420 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    408d384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6b953c View commit details
    Browse the repository at this point in the history
  3. Fix duplicate Rebase

    Reiko69420 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    bf0ebab View commit details
    Browse the repository at this point in the history
  4. Update config.py

    Reiko69420 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    d37efc1 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Folder collapse/expanding + Easy disable context

    On the Monaco Editor there is now folder that are collapsed and you can expand them!
    And now you can click on the little eye in the monacoEditor to block the context of the file for the AI
    Reiko69420 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1fee07b View commit details
    Browse the repository at this point in the history
  2. Fixed update_config, optimization, animation

    Fixed an issue with update_config where Python will glitch out and write random stuff in the config file because the code keeps opening, read, add value, write, close very fast...
    Now it just write the update in the self.config and THEN save_config
    
    Made some optimization on the save func in MonacoEditor
    
    Added some smooth animation in the folder collapse/expanding~
    Reiko69420 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    66c2250 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Fix list index out of range error (stitionai#546)

    It seems that the line needed to be split on ":" instead of "`", because there will always be a colon when the line starts with "File: ".
    kgott committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ccdd6b2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'pr/548'

    Reiko69420 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d74949c View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    1ece770 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Update requirements.txt

    Reiko69420 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d0c3890 View commit details
    Browse the repository at this point in the history
  2. Update requirements.txt

    Reiko69420 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    543e76b View commit details
    Browse the repository at this point in the history