Pamudu13 commited on
Commit
09d7eea
·
verified ·
1 Parent(s): 613aa5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ app = Flask(__name__, template_folder=os.getcwd())
11
 
12
  # Default settings
13
  class ChatConfig:
14
- MODEL = "meta-llama/Llama-3.2-3B-Instruct" # Change back to Gemma
15
  DEFAULT_SYSTEM_MSG = "You are an AI assistant answering only based on the uploaded PDF."
16
  DEFAULT_MAX_TOKENS = 512
17
  DEFAULT_TEMP = 0.3
 
11
 
12
  # Default settings
13
  class ChatConfig:
14
+ MODEL = "FreedomIntelligence/RAG-Instruct-Llama3-8B" # Change back to Gemma
15
  DEFAULT_SYSTEM_MSG = "You are an AI assistant answering only based on the uploaded PDF."
16
  DEFAULT_MAX_TOKENS = 512
17
  DEFAULT_TEMP = 0.3