Spaces:
Sleeping
Sleeping
Stefan Ivchenko
commited on
Commit
·
edb6651
1
Parent(s):
7173f2c
rag3
Browse files- app.py +1 -1
- data/odysee.txt +0 -0
- odysee.txt +0 -0
app.py
CHANGED
|
@@ -58,7 +58,7 @@ def respond(message, history):
|
|
| 58 |
|
| 59 |
output = llm(
|
| 60 |
prompt,
|
| 61 |
-
max_tokens=
|
| 62 |
temperature=0.7,
|
| 63 |
stop=["User:", "Assistant:", "CONVERSATION HISTORY:", "CONTEXT:"],
|
| 64 |
)
|
|
|
|
| 58 |
|
| 59 |
output = llm(
|
| 60 |
prompt,
|
| 61 |
+
max_tokens=256,
|
| 62 |
temperature=0.7,
|
| 63 |
stop=["User:", "Assistant:", "CONVERSATION HISTORY:", "CONTEXT:"],
|
| 64 |
)
|
data/odysee.txt
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
odysee.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|