Spaces:
Running
Running
Minor update to stores
Browse files- .gitignore +1 -0
- app.py +1 -1
- openworm.ai_store/default__vector_store.json +2 -2
- openworm.ai_store/docstore.json +2 -2
- openworm.ai_store/index_store.json +2 -2
.gitignore
CHANGED
|
@@ -5,3 +5,4 @@
|
|
| 5 |
/report.Sim_IClamp_GenericMuscleCell.txt
|
| 6 |
/report.Sim_IClamp_GenericNeuronCell.txt
|
| 7 |
*v.dat
|
|
|
|
|
|
| 5 |
/report.Sim_IClamp_GenericMuscleCell.txt
|
| 6 |
/report.Sim_IClamp_GenericNeuronCell.txt
|
| 7 |
*v.dat
|
| 8 |
+
/copy_latest.sh
|
app.py
CHANGED
|
@@ -14,7 +14,7 @@ from openworm_ai.utils.llms import OPENAI_LLMS
|
|
| 14 |
|
| 15 |
import socket
|
| 16 |
|
| 17 |
-
__version__ = "0.5.
|
| 18 |
|
| 19 |
|
| 20 |
def requires_openai_key(llm_ver):
|
|
|
|
| 14 |
|
| 15 |
import socket
|
| 16 |
|
| 17 |
+
__version__ = "0.5.4"
|
| 18 |
|
| 19 |
|
| 20 |
def requires_openai_key(llm_ver):
|
openworm.ai_store/default__vector_store.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b0017f9d77d51651eb4d2c45f08128c9702d15deb6a8a1bd619c80c66b0cebf
|
| 3 |
+
size 13779731
|
openworm.ai_store/docstore.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad8615ba2fbc0fb330fec021f32d258af73e7cf353f5c43f2df2b3a2d0afb93b
|
| 3 |
+
size 2187676
|
openworm.ai_store/index_store.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:584307257581210ab2b3f426cb81983b71f8471071b2495e1f804dfd206a3f12
|
| 3 |
+
size 33427
|