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: omagdy7/ollama-logseq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: omagdy7/ollama-logseq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 12 files changed
  • 4 contributors

Commits on Feb 8, 2024

  1. feat: Add custom prompt functionality to block

    This commit introduces the capability for users to apply custom prompts defined in the configuration to a block. Key changes include:
    - A new configuration string to store the custom prompt.
    - A menu item 'Custom prompt on block'.
    - Implementation of a function to apply the custom prompt to a block, mirroring the existing 'summarize block' functionality.
    gixita committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    fc1d698 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    fe84031 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d503bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f07b00c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Merge pull request #16 from gixita/master

    feat: Add custom prompt defined in configuration to apply on block
    omagdy7 authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4f19710 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    481ae0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fb0d93 View commit details
    Browse the repository at this point in the history
  3. Deleted Changelog

    omagdy7 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    a81ae99 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. fix: fixed a bug where custom prompts on block doesn't take into cont…

    …ext all children of the block
    omagdy7 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e24c87f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Removed the note on running WSL for ollama to work on windows(as olla…

    …ma supports native windows now)
    omagdy7 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    2ef25a3 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Improve prompt for card generation

    Previously, generated cards with llama3 model were broken, because
    llama3 was too chatty and provided front and back sides when asked for a
    question. Update the prompt to make generation correct.
    rominf committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b45cb20 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Merge pull request #22 from rominf/rominf-card-generation-prompt

    Improve prompt for card generation
    omagdy7 authored May 13, 2024
    Configuration menu
    Copy the full SHA
    0b1718b View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    4c659b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f19b725 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96d748d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4df156d View commit details
    Browse the repository at this point in the history
Loading