7 lines
94 B
Go
7 lines
94 B
Go
|
package bot
|
||
|
|
||
|
type ModelSelection struct {
|
||
|
TextRequestModel string
|
||
|
SummarizeModel string
|
||
|
}
|