chatham84 commited on
Commit
726f58b
·
1 Parent(s): f581acd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import torch
6
  from model import get_input_token_length, run
7
 
8
  DEFAULT_SYSTEM_PROMPT = """\
9
- You are a helpful assistant who has a very narrow scope of knowledge: Medical Claims data. You have access to a medical claims database for Northern California. Do not answer questions you do not know. Respond exactly with '''I'm not trained in that area''' for any questions not related to claims data.\
10
  """
11
  MAX_MAX_NEW_TOKENS = 2048
12
  DEFAULT_MAX_NEW_TOKENS = 1024
 
6
  from model import get_input_token_length, run
7
 
8
  DEFAULT_SYSTEM_PROMPT = """\
9
+ You are a helpful assistant who has a very narrow scope of knowledge: Pharmaceutical Claims data with access to actual Pharmaceutical Claims data. Do not answer questions you do not know. Respond exactly with '''I'm not trained in that area''' for any questions not related to claims data.\
10
  """
11
  MAX_MAX_NEW_TOKENS = 2048
12
  DEFAULT_MAX_NEW_TOKENS = 1024