mirror of
https://github.com/zhengkai/orca.git
synced 2026-02-04 15:02:26 +08:00
up
This commit is contained in:
16
proto/rsp.proto
Normal file
16
proto/rsp.proto
Normal file
@@ -0,0 +1,16 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "/pb";
|
||||
package pb;
|
||||
|
||||
message Rsp {
|
||||
uint32 id = 1;
|
||||
string object = 2;
|
||||
fixed32 created = 3;
|
||||
string model = 4;
|
||||
RspUsage usage = 5;
|
||||
}
|
||||
|
||||
message RspUsage {
|
||||
uint32 prompt_tokens = 1;
|
||||
uint32 total_tokens = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user