You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GOOGLE_SERVICE_ACCOUNT = 'your google service account'
# OpenAI
OPENAI_API_KEY = 'your openai api key'
ENGINE = 'gpt-3.5-turbo-1106'
DIALOGUE_PROMPT = 'Give a sammary of the following text an xyz information from the text at JSON. Use the following format: Format: "{"summary":"", "xyz": ""}" text: ""'