mirror of
https://github.com/zhengkai/orca.git
synced 2026-02-04 16:32:26 +08:00
fix error result cache something else
This commit is contained in:
12
proto/openai.proto
Normal file
12
proto/openai.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "/pb";
|
||||
package pb;
|
||||
|
||||
message OpenAIError {
|
||||
OpenAIErrorDetail error = 1;
|
||||
}
|
||||
|
||||
message OpenAIErrorDetail {
|
||||
string message = 1;
|
||||
string type = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user