Emmanuel Frimpong Asante
commited on
Commit
·
57b48f3
1
Parent(s):
bbb29ac
update space
Browse files- .idea/workspace.xml +12 -4
- config.ini +1 -1
.idea/workspace.xml
CHANGED
|
@@ -5,9 +5,8 @@
|
|
| 5 |
</component>
|
| 6 |
<component name="ChangeListManager">
|
| 7 |
<list default="true" id="27c9ae1a-a6fa-4472-8bcd-a7087620894b" name="Changes" comment="update space">
|
| 8 |
-
<change beforePath="$PROJECT_DIR$/.env" beforeDir="false" afterPath="$PROJECT_DIR$/.env" afterDir="false" />
|
| 9 |
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
| 10 |
-
<change beforePath="$PROJECT_DIR$/
|
| 11 |
</list>
|
| 12 |
<option name="SHOW_DIALOG" value="false" />
|
| 13 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -117,7 +116,8 @@
|
|
| 117 |
<option name="presentableId" value="Default" />
|
| 118 |
<updated>1730314341192</updated>
|
| 119 |
<workItem from="1730314342338" duration="21228000" />
|
| 120 |
-
<workItem from="1730338434025" duration="
|
|
|
|
| 121 |
</task>
|
| 122 |
<task id="LOCAL-00001" summary="Add application file">
|
| 123 |
<option name="closed" value="true" />
|
|
@@ -487,7 +487,15 @@
|
|
| 487 |
<option name="project" value="LOCAL" />
|
| 488 |
<updated>1730364711418</updated>
|
| 489 |
</task>
|
| 490 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 491 |
<servers />
|
| 492 |
</component>
|
| 493 |
<component name="TypeScriptGeneratedFilesManager">
|
|
|
|
| 5 |
</component>
|
| 6 |
<component name="ChangeListManager">
|
| 7 |
<list default="true" id="27c9ae1a-a6fa-4472-8bcd-a7087620894b" name="Changes" comment="update space">
|
|
|
|
| 8 |
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
| 9 |
+
<change beforePath="$PROJECT_DIR$/config.ini" beforeDir="false" afterPath="$PROJECT_DIR$/config.ini" afterDir="false" />
|
| 10 |
</list>
|
| 11 |
<option name="SHOW_DIALOG" value="false" />
|
| 12 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
|
| 116 |
<option name="presentableId" value="Default" />
|
| 117 |
<updated>1730314341192</updated>
|
| 118 |
<workItem from="1730314342338" duration="21228000" />
|
| 119 |
+
<workItem from="1730338434025" duration="11075000" />
|
| 120 |
+
<workItem from="1730305361670" duration="495000" />
|
| 121 |
</task>
|
| 122 |
<task id="LOCAL-00001" summary="Add application file">
|
| 123 |
<option name="closed" value="true" />
|
|
|
|
| 487 |
<option name="project" value="LOCAL" />
|
| 488 |
<updated>1730364711418</updated>
|
| 489 |
</task>
|
| 490 |
+
<task id="LOCAL-00047" summary="update space">
|
| 491 |
+
<option name="closed" value="true" />
|
| 492 |
+
<created>1730364957676</created>
|
| 493 |
+
<option name="number" value="00047" />
|
| 494 |
+
<option name="presentableId" value="LOCAL-00047" />
|
| 495 |
+
<option name="project" value="LOCAL" />
|
| 496 |
+
<updated>1730364957676</updated>
|
| 497 |
+
</task>
|
| 498 |
+
<option name="localTasksCounter" value="48" />
|
| 499 |
<servers />
|
| 500 |
</component>
|
| 501 |
<component name="TypeScriptGeneratedFilesManager">
|
config.ini
CHANGED
|
@@ -4,7 +4,7 @@ DISEASE_MODEL_PATH = models/Final_Chicken_disease_model.h5
|
|
| 4 |
|
| 5 |
[DATABASE]
|
| 6 |
# MongoDB connection URI
|
| 7 |
-
MONGO_URI = mongodb://
|
| 8 |
|
| 9 |
[HUGGING_FACE]
|
| 10 |
# Name of the Llama model to use for text generation
|
|
|
|
| 4 |
|
| 5 |
[DATABASE]
|
| 6 |
# MongoDB connection URI
|
| 7 |
+
MONGO_URI = mongodb+srv://pein3214:[email protected]/
|
| 8 |
|
| 9 |
[HUGGING_FACE]
|
| 10 |
# Name of the Llama model to use for text generation
|