Skip to content

Commit

Permalink
New Freebie: Local-RAG
Browse files Browse the repository at this point in the history
  • Loading branch information
ctavolazzi committed Jun 22, 2024
1 parent 72a828f commit 2bd69dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions freebies/local-rag/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import subprocess
import requests

REPO_OWNER = 'yourusername'
REPO_NAME = 'rag-chatbot'
REPO_OWNER = 'ctavolazzi'
REPO_NAME = 'NovaSystem'
BRANCH = 'main'
FOLDER_PATH = 'freebies/local-rag'
FILES_TO_DOWNLOAD = [
Expand Down

0 comments on commit 2bd69dd

Please sign in to comment.