CognitiveScience commited on
Commit
b1b6197
·
verified ·
1 Parent(s): 1fdd948

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from typing import List, Tuple
4
 
5
  # Default settings
6
  class ChatConfig:
7
- MODEL = "google/gemma-3-27b-it"
8
  DEFAULT_SYSTEM_MSG = "You are a super intelligent and useful Chatbot."
9
  DEFAULT_MAX_TOKENS = 512
10
  DEFAULT_TEMP = 0.3
 
4
 
5
  # Default settings
6
  class ChatConfig:
7
+ MODEL = "google/gemma-3-1b-it"
8
  DEFAULT_SYSTEM_MSG = "You are a super intelligent and useful Chatbot."
9
  DEFAULT_MAX_TOKENS = 512
10
  DEFAULT_TEMP = 0.3