Skip to content

Instantly share code, notes, and snippets.

View iAmGhost's full-sized avatar

Daehan Kim iAmGhost

View GitHub Profile
import uuid
import random
from azure.cosmos import CosmosClient
from azure.cosmos import ThroughputProperties, PartitionKey
ENDPOINT = "https://INSTANCE_NAME.documents.azure.com:443/"
KEY = "KEY"
DB_NAME = 'diagpt'