Spaces:
Build error
Build error
Hisab Cloud commited on
Commit ·
7bb6a88
1
Parent(s): f40946b
Upload app.py
Browse files
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 |
-
|
| 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 = "google/flan-t5-xxl", # "models/text-bison-001"
|
| 78 |
callbacks=[StreamingStdOutCallbackHandler()],
|
| 79 |
input = {"temperature": 0.7, "max_length" :800,"top_p":1})
|
| 80 |
# llm = AzureOpenAI(
|