Solshine commited on
Commit
2011a61
1 Parent(s): 07c1b4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from transformers import pipeline
8
  model_name = "dolphin-phi"
9
 
10
  # Load the chosen LLM model
11
- llm = pipeline("text-generation", model=cognitivecomputations/dolphin-phi-2-kensho)
12
 
13
  #Vectara config:
14
  # customer_id =
 
8
  model_name = "dolphin-phi"
9
 
10
  # Load the chosen LLM model
11
+ llm = pipeline("text-generation", model="cognitivecomputations/dolphin-phi-2-kensho")
12
 
13
  #Vectara config:
14
  # customer_id =