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

pull updates from home #1

Merged
merged 6 commits into from
Dec 19, 2023
Merged

pull updates from home #1

merged 6 commits into from
Dec 19, 2023

Commits on Dec 15, 2023

  1. docs: remove misleading comment about pgpt working with python 3.12 (#…

    …1394)
    
    I was misled into believing I could install using python 3.12 whereas the pyproject.toml explicitly states otherwise. This PR only removes this comment to make sure other people are not also trapped 😄
    eliottness authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    4e496e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. fix(settings): correct yaml multiline string (#1403)

    cognitivetech authored Dec 16, 2023
    Configuration menu
    Copy the full SHA
    2564f8d View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    c71ae7c View commit details
    Browse the repository at this point in the history
  2. feat(settings): Update default model to TheBloke/Mistral-7B-Instruct-…

    …v0.2-GGUF (#1415)
    
    * Update LlamaCPP dependency
    
    * Default to TheBloke/Mistral-7B-Instruct-v0.2-GGUF
    
    * Fix API docs
    imartinez authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    8ec7cf4 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    059f358 View commit details
    Browse the repository at this point in the history
  2. feat(API): Ingest plain text (#1417)

    * Add ingest/text route to ingest plain text
    
    * Add new ingest text test and adapt ingest/file ones
    
    * Include new API in docs
    
    * Remove duplicated logic
    imartinez authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    6eeb95e View commit details
    Browse the repository at this point in the history