Versions in this module Expand all Collapse all v1 v1.0.2 Apr 25, 2024 Changes in this version + var AllowedIPRanges = []string + var SupportedRegions = []string + func GetChatPrompt(chat []Message) (string, error) + func GetPrompt(userQuestion string) (string, error) + func IsIPAllowed(ipStr string) (bool, error) + func IsRegionSupported(region string) bool + type Message struct + Content string + Sender string v1.0.1 Apr 24, 2024