Skip to content

Commit

Permalink
Merge branch 'master' into chore/refactor_modelID
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler authored Oct 1, 2024
2 parents 755ec24 + 44bdaca commit 4dce3f2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/secscan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' }}
- name: Run Gosec Security Scanner
if: ${{ github.actor != 'dependabot[bot]' }}
uses: securego/[email protected].0
uses: securego/[email protected].4
with:
# we let the report trigger content trigger a failure using the GitHub Security features.
args: '-no-fail -fmt sarif -out results.sarif ./...'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DETECT_LIBS?=true
# llama.cpp versions
GOLLAMA_REPO?=https://github.com/go-skynet/go-llama.cpp
GOLLAMA_VERSION?=2b57a8ae43e4699d3dc5d1496a1ccd42922993be
CPPLLAMA_VERSION?=c919d5db39c8a7fcb64737f008e4b105ee0acd20
CPPLLAMA_VERSION?=6f1d9d71f4c568778a7637ff6582e6f6ba5fb9d3

# go-rwkv version
RWKV_REPO?=https://github.com/donomii/go-rwkv.cpp
Expand Down
2 changes: 1 addition & 1 deletion examples/functions/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
langchain==0.3.0
openai==1.47.1
openai==1.50.2
6 changes: 3 additions & 3 deletions examples/langchain-chroma/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
langchain==0.3.0
openai==1.47.1
chromadb==0.5.7
langchain==0.3.1
openai==1.50.2
chromadb==0.5.11
llama-index==0.11.12
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ debugpy==1.8.2
frozenlist==1.4.1
greenlet==3.1.0
idna==3.10
langchain==0.3.0
langchain==0.3.1
langchain-community==0.2.16
marshmallow==3.22.0
marshmallow-enum==1.5.1
Expand Down

0 comments on commit 4dce3f2

Please sign in to comment.