barunsaha commited on
Commit
420199d
1 Parent(s): c8feae1
Files changed (1) hide show
  1. clarifai_grpc_helper.py +0 -9
clarifai_grpc_helper.py CHANGED
@@ -5,15 +5,6 @@ from global_config import GlobalConfig
5
  # the text we want as an input. Change these strings to run your own example.
6
  ######################################################################################################
7
 
8
- # Your PAT (Personal Access Token) can be found in the portal under Authentification
9
- PAT = '7244fc3df026429d819f9df31309ab9d'
10
- # Specify the correct user_id/app_id pairings
11
- # Since you're making inferences outside your app's scope
12
- USER_ID = 'meta'
13
- APP_ID = 'Llama-2'
14
- # Change these to whatever model and text URL you want to use
15
- MODEL_ID = 'llama2-13b-chat'
16
- MODEL_VERSION_ID = '79a1af31aa8249a99602fc05687e8f40'
17
  TEXT_FILE_URL = 'https://samples.clarifai.com/negative_sentence_12.txt'
18
 
19
  ############################################################################
 
5
  # the text we want as an input. Change these strings to run your own example.
6
  ######################################################################################################
7
 
 
 
 
 
 
 
 
 
 
8
  TEXT_FILE_URL = 'https://samples.clarifai.com/negative_sentence_12.txt'
9
 
10
  ############################################################################