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