Hisab Cloud commited on
Commit
3aff844
·
1 Parent(s): 7b43b9c

update commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def create_conversational_chain(vector_store):
71
  # model = "replicate/llama-2-70b-chat:58d078176e02c219e11eb4da5a02a7830a283b14cf8f94537af893ccff5ee781",
72
  # callbacks=[StreamingStdOutCallbackHandler()],
73
  # input = {"temperature": 0.01, "max_length" :500,"top_p":1})
74
- llm = GooglePlam(
75
  streaming = True,
76
  model = "google/flan-t5-large", #" models/text-bison-001"
77
  callbacks=[StreamingStdOutCallbackHandler()],
 
71
  # model = "replicate/llama-2-70b-chat:58d078176e02c219e11eb4da5a02a7830a283b14cf8f94537af893ccff5ee781",
72
  # callbacks=[StreamingStdOutCallbackHandler()],
73
  # input = {"temperature": 0.01, "max_length" :500,"top_p":1})
74
+ llm = GooglePalm(
75
  streaming = True,
76
  model = "google/flan-t5-large", #" models/text-bison-001"
77
  callbacks=[StreamingStdOutCallbackHandler()],