8000 Comparing f4e219c...ba890a1 · HotTechStack/dataagents · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: HotTechStack/dataagents
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f4e219c
Choose a base ref
...
head repository: HotTechStack/dataagents
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ba890a1
Choose a head ref
  • 11 commits
  • 16 files changed
  • 2 contributors

Commits on Mar 31, 2025

  1. Configuration menu
    Copy the full SHA
    eb83b20 View commit details
    Browse the repository at this point in the history
  2. updated the message

    abhishek-ch committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    fd1e04e View commit details
    Browse the repository at this point in the history
  3. updated the message2

    abhishek-ch committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    6569ed3 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2025

  1. Configuration menu
    Copy the full SHA
    e379378 View commit details
    Browse the repository at this point in the history
  2. Fixed resize window problem of chatarea (#7)

    Added the fixed scrollbar with 20% window size. 
    Now chatarea is behaving better and not hiding the message area with
    input
    
    
    ![image](https://github.com/user-attachments/assets/a298c144-cf22-48a7-9067-6892aa6f31e4)
    abhishek-ch authored Apr 5, 2025
    Configuration menu
    Copy the full SHA
    54766f8 View commit details
    Browse the repository at this point in the history
  3. Added Gemini-2.0 flash

    peekknuf committed Apr 5, 2025
    Configuration menu
    Copy the full SHA
    479be38 View commit details
    Browse the repository at this point in the history
  4. [quickfix] parsing prompt

    peekknuf committed Apr 5, 2025
    Configuration menu
    Copy the full SHA
    f7bdf20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ddc826 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. Configuration menu
    Copy the full SHA
    745f198 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1fc9c4 View commit details
    Browse the repository at this point in the history
  3. [MODEL ADDED] Gemini 2.0 Flash added to the workflow (#6)

    Google allows the most simple and cheapest way to interact with LLMs via
    API. Free actually. At least for now
    It's also less tedious than local Ollama setup.
    
    I believe I've followed the structure of other providers almost line for
    line in all the files.
    
    I've experienced significant hurdles with the parser, oftentimes it
    would fail and fallback to the default. I added a simple "Take into
    account the schema of the parser." into the prompt, but it's more of a
    duct tape, than a lasting solution. I've experienced the same issues
    with OpenAI for a couple of prompts, but it wasn't exhaustive enough.
    For now it's only in the Gemini prompt and seems to have helped
    tremendously.
    abhishek-ch authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    ba890a1 View commit details
    Browse the repository at this point in the history
Loading
0