Pamudu13 commited on
Commit
510e649
·
verified ·
1 Parent(s): 09d7eea

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 = "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
 
11
 
12
  # Default settings
13
  class ChatConfig:
14
+ MODEL = "google/gemma-3-27b-it" # 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