mirror of
https://github.com/githubhjs/CLIProxyAPIPlus.git
synced 2026-07-12 01:25:13 +00:00
7 lines
119 B
Go
7 lines
119 B
Go
package conversation
|
|
|
|
const (
|
|
MetadataMessagesKey = "gemini_web_messages"
|
|
MetadataMatchKey = "gemini_web_match"
|
|
)
|