Hisab Cloud commited on
Commit
f40946b
·
1 Parent(s): 0bae6bf

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def create_conversational_chain(vector_store):
74
  # input = {"temperature": 0.75, "max_length" :500,"top_p":1})
75
  llm = GooglePalm(
76
  streaming = True,
77
- model = "models/text-bison-001", # "google/flan-t5-large"
78
  callbacks=[StreamingStdOutCallbackHandler()],
79
  input = {"temperature": 0.7, "max_length" :800,"top_p":1})
80
  # llm = AzureOpenAI(
 
74
  # input = {"temperature": 0.75, "max_length" :500,"top_p":1})
75
  llm = GooglePalm(
76
  streaming = True,
77
+ # model = "models/text-bison-001", # "google/flan-t5-large"
78
  callbacks=[StreamingStdOutCallbackHandler()],
79
  input = {"temperature": 0.7, "max_length" :800,"top_p":1})
80
  # llm = AzureOpenAI(