Skip to content
Snippets Groups Projects
constant.ts 373 B
Newer Older
  • Learn to ignore specific revisions
  • export const COMMUNITY_OWNER = "run-llama";
    export const COMMUNITY_REPO = "create_llama_projects";
    
    export const LLAMA_PACK_OWNER = "run-llama";
    export const LLAMA_PACK_REPO = "llama-hub";
    export const LLAMA_HUB_FOLDER_PATH = `${LLAMA_PACK_OWNER}/${LLAMA_PACK_REPO}/main/llama_hub`;
    export const LLAMA_PACK_CONFIG_PATH = `${LLAMA_HUB_FOLDER_PATH}/llama_packs/library.json`;