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

This PR fix devika #603

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

This PR fix devika #603

wants to merge 23 commits into from

Commits on Jun 15, 2024

  1. Update state.py

    If no project is selected, return None immediately
    darrassi1 authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    a0eeeb5 View commit details
    Browse the repository at this point in the history
  2. Update coder.py

    remove backtick (`)  from generated files
    darrassi1 authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    63d4e37 View commit details
    Browse the repository at this point in the history
  3. Update feature.py

    add normpath to resolvle backslach compatibilite beetwen linux and windows
    darrassi1 authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    5cebc42 View commit details
    Browse the repository at this point in the history
  4. Update coder.py

    update save code function to resolve backslash issue
    darrassi1 authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    28318a2 View commit details
    Browse the repository at this point in the history
  5. Update project.py

    When a project is created, the folder is created immediately. 
    When the "Delete Project" button is triggered, the project is deleted immediately.
    darrassi1 authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    4728412 View commit details
    Browse the repository at this point in the history
  6. Update gemini_client.py

    Setting the temperature to 0 is not good, because the model will return the prompt repeatedly.
    darrassi1 authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    2c763d5 View commit details
    Browse the repository at this point in the history
  7. Update claude_client.py

    Setting the temperature to 0 is not good, because the model will return the prompt repeatedly.
    darrassi1 authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    4ef6234 View commit details
    Browse the repository at this point in the history
  8. Update groq_client.py

    Setting the temperature to 0 is not good, because the model will return the prompt repeatedly.
    
    so  setting temperature to 1 will be better option.
    darrassi1 authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c35be80 View commit details
    Browse the repository at this point in the history
  9. Update mistral_client.py

    Setting the temperature to 0 is not good, because the model will return the prompt repeatedly.
    darrassi1 authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    bd980e4 View commit details
    Browse the repository at this point in the history
  10. Update ollama_client.py

    Setting the temperature to 0 is not good, because the model will return the prompt repeatedly.
    darrassi1 authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    d01dbe6 View commit details
    Browse the repository at this point in the history
  11. Update openai_client.py

    darrassi1 authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    f45f4b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Update devika.py

    Change the origin of frontend URL
    darrassi1 authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    088525f View commit details
    Browse the repository at this point in the history
  2. Update coder.py

    handle more use cases of validate function of coder
    darrassi1 authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    1c62f83 View commit details
    Browse the repository at this point in the history
  3. Update coder.py

    this change fix this   error   File "C:\Users\pc\Desktop\stream_main\devika\src\agents\coder\coder.py", line 131, in execute
        valid_response = self.validate_response(response)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "C:\Users\pc\Desktop\stream_main\devika\src\agents\coder\coder.py", line 37, in validate_response
        self.logger.debug(f"Response from the model: {response}")
      File "C:\Users\pc\Desktop\stream_main\devika\src\logger.py", line 32, in debug
        self.logger.debug(message)
      File "C:\Users\pc\Desktop\stream_main\devika\.venv\Lib\site-packages\fastlogging\fastlogging.py", line 248, in debug
        self.__log(DEBUG, msg, args, kwargs)
      File "C:\Users\pc\Desktop\stream_main\devika\.venv\Lib\site-packages\fastlogging\fastlogging.py", line 238, in __log
        self._logMessage(None, (log_time, domain, level, msg, kwargs), 0)
      File "C:\Users\pc\Desktop\stream_main\devika\.venv\Lib\site-packages\fastlogging\fastlogging.py", line 423, in _logMessage
        print(message, file=self.stdout if level < ERROR else self.stderr)
      File "C:\Users\pc\Desktop\stream_main\devika\.venv\Lib\site-packages\colorama\ansitowin32.py", line 47, in write
        self.__convertor.write(text)
    darrassi1 authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    894c6d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Update claude_client.py

    darrassi1 authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f8bb37d View commit details
    Browse the repository at this point in the history
  2. Update gemini_client.py

    darrassi1 authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    53ffe6a View commit details
    Browse the repository at this point in the history
  3. Update groq_client.py

    darrassi1 authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    60dcd9b View commit details
    Browse the repository at this point in the history
  4. Update mistral_client.py

    darrassi1 authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    cc04946 View commit details
    Browse the repository at this point in the history
  5. Update ollama_client.py

    darrassi1 authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    77c7b1f View commit details
    Browse the repository at this point in the history
  6. Update openai_client.py

    darrassi1 authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a80086b View commit details
    Browse the repository at this point in the history
  7. Update devika.py

    darrassi1 authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3d9b60d View commit details
    Browse the repository at this point in the history
  8. Update devika.py

    darrassi1 authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e18caea View commit details
    Browse the repository at this point in the history
  9. Update devika.py

    darrassi1 authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b0b388f View commit details
    Browse the repository at this point in the history