Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OdysseusProtocol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Odysseus
OdysseusProtocol
Commits
a93cce75
Commit
a93cce75
authored
Jan 15, 2024
by
vicotor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add task content
parent
4a77a307
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
14 deletions
+6
-14
odysseus.proto
baseapi/base/v1/odysseus.proto
+6
-14
No files found.
baseapi/base/v1/odysseus.proto
View file @
a93cce75
...
@@ -23,17 +23,9 @@ enum BillingMethod {
...
@@ -23,17 +23,9 @@ enum BillingMethod {
message
TaskContent
{
message
TaskContent
{
string
task_id
=
1
;
string
task_id
=
1
;
TaskType
task_type
=
2
;
string
task_type
=
2
;
bytes
task_param
=
3
;
string
task_cmd
=
3
;
uint64
max_execute_duration
=
4
;
bytes
task_param
=
4
;
ModelContent
model
=
5
;
uint64
task_timestamp
=
5
;
}
string
task_callback
=
6
;
}
message
ModelContent
{
\ No newline at end of file
string
model_name
=
1
;
string
model_type
=
2
;
// 文生文/文生图等等
string
model_instance
=
3
;
string
require_power
=
4
;
BillingMethod
billing
=
5
;
uint64
cost
=
6
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment