mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-03 21:10:51 +08:00
7 lines
119 B
Go
7 lines
119 B
Go
package conversation
|
|
|
|
const (
|
|
MetadataMessagesKey = "gemini_web_messages"
|
|
MetadataMatchKey = "gemini_web_match"
|
|
)
|