Skip to content

Instantly share code, notes, and snippets.

@zenUnicorn
Created December 9, 2023 00:16
Show Gist options
  • Save zenUnicorn/46b366ca0ace99cd8d98cbef5010ac44 to your computer and use it in GitHub Desktop.
Save zenUnicorn/46b366ca0ace99cd8d98cbef5010ac44 to your computer and use it in GitHub Desktop.
# initialize comet LLM
COMET_API_KEY = "*******"
PROJECT = "yolopandas"
PROJECT_WORKSPACE = "zenunicorn"
comet_llm.init(project= PROJECT,
api_key = COMET_API_KEY,
workspace= PROJECT_WORKSPACE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment