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: sigoden/aichat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.0
Choose a base ref
...
head repository: sigoden/aichat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.0
Choose a head ref
  • 19 commits
  • 25 files changed
  • 1 contributor

Commits on Nov 8, 2023

  1. refactor: improve render (#235)

    * refactor: redesign render
    
    - if stdout is not terminal, just write reply text to stdout
    - rename repl_render_stream to markdown_stream
    - deprecate cmd_render_stream
    - use raw_stream to just print streaming reply text
    
    * optimize rendering error
    
    * optimize render_stream
    sigoden authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    eb30d90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b406596 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01cf8ac View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

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

Commits on Nov 13, 2023

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

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    9b0fbe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e118e86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f1d8de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bfe95d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. feat: support vision (#249)

    * feat: support vision
    
    * clippy
    
    * implement vision
    
    * resolve data url to local file
    
    * add model openai:gpt-4-vision-preview
    
    * use newline to concate embeded text files
    
    * set max_tokens for gpt-4-vision-preview
    sigoden authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    35c7550 View commit details
    Browse the repository at this point in the history
  2. chore: upgrade deps (#250)

    sigoden authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    25e5454 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2508d56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18f16c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c58912b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0afef99 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee5fbe6 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. chore: improve readme

    sigoden committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    eb8a150 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. chore: update deps

    sigoden committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    30e2fd6 View commit details
    Browse the repository at this point in the history
  2. chore: release v0.11.0

    sigoden committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    075631d View commit details
    Browse the repository at this point in the history
Loading