Spaces:
Running
Running
MVPilgrim
commited on
Commit
·
697a734
1
Parent(s):
6b3af34
debug
Browse files- app.py +1 -1
- startup.sh +1 -1
app.py
CHANGED
@@ -497,7 +497,7 @@ try:
|
|
497 |
stop = ["Q", "\n"]
|
498 |
|
499 |
modelOutput = ""
|
500 |
-
with st.spinner('
|
501 |
modelOutput = llm.create_chat_completion(
|
502 |
prompt
|
503 |
#max_tokens=max_tokens,
|
|
|
497 |
stop = ["Q", "\n"]
|
498 |
|
499 |
modelOutput = ""
|
500 |
+
with st.spinner('Generating Completion...'):
|
501 |
modelOutput = llm.create_chat_completion(
|
502 |
prompt
|
503 |
#max_tokens=max_tokens,
|
startup.sh
CHANGED
@@ -52,7 +52,7 @@ echo "### After Weaviate DB start. RC=$?"
|
|
52 |
#echo "### Before sleep 120"
|
53 |
#sleep 120
|
54 |
|
55 |
-
echo "### Before
|
56 |
echo "### ps -ef 2: "; ps -ef
|
57 |
wait
|
58 |
|
|
|
52 |
#echo "### Before sleep 120"
|
53 |
#sleep 120
|
54 |
|
55 |
+
echo "### Before wait."
|
56 |
echo "### ps -ef 2: "; ps -ef
|
57 |
wait
|
58 |
|