changed field names
This commit is contained in:
parent
7e69b1d83d
commit
2c7099c1cc
4
Makefile
4
Makefile
|
@ -23,3 +23,7 @@ gemini-config:
|
||||||
|
|
||||||
gemini-go:
|
gemini-go:
|
||||||
~/go/bin/gemini playback
|
~/go/bin/gemini playback
|
||||||
|
|
||||||
|
add:
|
||||||
|
~/go/bin/gemini --add log/BACnet.text
|
||||||
|
ls -lt ~/.config/gemini/
|
||||||
|
|
|
@ -3,10 +3,10 @@ version: "v0.0.3 go.wit.com/lib/protobuf/chatpb"
|
||||||
Chats: {
|
Chats: {
|
||||||
from: USER
|
from: USER
|
||||||
ctime: { seconds: 1724166000 }
|
ctime: { seconds: 1724166000 }
|
||||||
content_file: "content/bacnet_q1.content"
|
ContentFile: "content/bacnet_q1.content"
|
||||||
}
|
}
|
||||||
Chats: {
|
Chats: {
|
||||||
from: GEMINI
|
from: GEMINI
|
||||||
ctime: { seconds: 1724166060 }
|
ctime: { seconds: 1724166060 }
|
||||||
content_file: "content/bacnet_a1.content"
|
ContentFile: "content/bacnet_a1.content"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue