Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
113 changes: 113 additions & 0 deletions tools/cortensor-openai-provider/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
# Dependencies
node_modules/
*.pnp
.pnp.js

# Build outputs
dist/
build/
*.tsbuildinfo

# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Coverage directory used by tools like istanbul
coverage/
*.lcov

# nyc test coverage
.nyc_output

# Dependency directories
jspm_packages/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# Next.js build output
.next
out

# Nuxt.js build / generate output
.nuxt

# Gatsby files
.cache/
public

# Storybook build outputs
.out
.storybook-out

# Temporary folders
tmp/
temp/

# Editor directories and files
.vscode/
.idea/
*.swp
*.swo
*~

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

sync-to-monorepo.ps1
TODO.MD
log1.log
*.log


test-bitcoin-search.js
11 changes: 11 additions & 0 deletions tools/cortensor-openai-provider/.sync-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"sourceRepository": "https://github.com/Ezejaemmanuel/cortensor-openai-provider.git",
"lastSync": "2025-08-30T22:16:34.946Z",
"syncedBy": "HP",
"projectName": "cortensor-openai-provider",
"targetFolder": "tools",
"version": "1.0.0",
"syncTool": "Node.js",
"nodeVersion": "v22.14.0",
"communityProjectsPath": "C:\\Users\\HP\\development\\web-development\\javascript-node\\hackathon-dev\\cortensor-hackathon\\cortensor-community-sync\\community-projects"
}
Loading