Spaces:
Running
on
Zero
Running
on
Zero
dfa
Browse files- babyagi/prompt.txt +1 -1
- chroma/1303e1ad-d2ff-495f-b987-6ef0f8327781/data_level0.bin +3 -0
- chroma/1303e1ad-d2ff-495f-b987-6ef0f8327781/header.bin +3 -0
- chroma/1303e1ad-d2ff-495f-b987-6ef0f8327781/length.bin +3 -0
- chroma/1303e1ad-d2ff-495f-b987-6ef0f8327781/link_lists.bin +0 -0
- chroma/chroma.sqlite3 +2 -2
- controllers/gpt_enginner20240628103438 +1 -0
- controllers/gpt_enginner20240628103604 +1 -0
- controllers/gpt_enginner20240628103831 +1 -0
- routers/gra_01_chat/Chat.py +1 -1
- routers/gra_02_openInterpreter/OpenInterpreter.py +1 -0
babyagi/prompt.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
|
|
|
1 |
+
【リッチメニュー】本日の金価格の質問 についてチャットボットでよりよく対応するプランを日本語で作成して
|
chroma/1303e1ad-d2ff-495f-b987-6ef0f8327781/data_level0.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3c9fd302f000d7790aa403c2d0d8fec363fe46f30b07d53020b6e33b22435a9
|
3 |
+
size 1676000
|
chroma/1303e1ad-d2ff-495f-b987-6ef0f8327781/header.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e87a1dc8bcae6f2c4bea6d5dd5005454d4dace8637dae29bff3c037ea771411e
|
3 |
+
size 100
|
chroma/1303e1ad-d2ff-495f-b987-6ef0f8327781/length.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c418f952bf7a42c2ab83debbbc95582bef44b24776a11c8a97ea08c86378f427
|
3 |
+
size 4000
|
chroma/1303e1ad-d2ff-495f-b987-6ef0f8327781/link_lists.bin
ADDED
File without changes
|
chroma/chroma.sqlite3
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:7b5de5bbbd613754beccc3ec68d73827f730d218738e63ff7c7436f39c5fa6f3
|
3 |
+
size 196608
|
controllers/gpt_enginner20240628103438
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 3ef54eded3043233a7f10fa49837b1b535e7782f
|
controllers/gpt_enginner20240628103604
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 62ce75cbaac7bb2e324d734522ae0a6ccfc5a67e
|
controllers/gpt_enginner20240628103831
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit cc4c8e0c96a1afab61ed678ce35ea108e8597d22
|
routers/gra_01_chat/Chat.py
CHANGED
@@ -8,7 +8,7 @@ import os
|
|
8 |
import pkgutil
|
9 |
import async_timeout
|
10 |
import asyncio
|
11 |
-
|
12 |
|
13 |
DESCRIPTION = """
|
14 |
<div>
|
|
|
8 |
import pkgutil
|
9 |
import async_timeout
|
10 |
import asyncio
|
11 |
+
import os
|
12 |
|
13 |
DESCRIPTION = """
|
14 |
<div>
|
routers/gra_02_openInterpreter/OpenInterpreter.py
CHANGED
@@ -3,6 +3,7 @@ from mysite.libs.utilities import chat_with_interpreter, completion, process_fil
|
|
3 |
from interpreter import interpreter
|
4 |
import mysite.interpreter.interpreter_config # インポートするだけで設定が適用されます
|
5 |
import duckdb
|
|
|
6 |
#from logger import logger
|
7 |
|
8 |
def format_response(chunk, full_response):
|
|
|
3 |
from interpreter import interpreter
|
4 |
import mysite.interpreter.interpreter_config # インポートするだけで設定が適用されます
|
5 |
import duckdb
|
6 |
+
import os
|
7 |
#from logger import logger
|
8 |
|
9 |
def format_response(chunk, full_response):
|