deploy cf
Some checks failed
Deploy Blog to Cloudflare Pages / build-and-deploy (push) Failing after 12m33s
Deploy ailog / build-and-deploy (push) Failing after 13m44s

This commit is contained in:
2025-06-13 23:18:53 +09:00
parent 654c18fa99
commit dadfbb69c3
22 changed files with 2797 additions and 2 deletions

20
workers/wrangler.toml Normal file
View File

@ -0,0 +1,20 @@
name = "ollama-proxy"
main = "ollama-proxy.js"
compatibility_date = "2024-01-01"
# 環境変数
[vars]
REQUIRE_AUTH = false
# 本番環境
[env.production.vars]
OLLAMA_API_URL = "https://ollama.syui.ai/api/generate"
REQUIRE_AUTH = true
# KVネームスペースレート制限用
[[kv_namespaces]]
binding = "RATE_LIMITER"
id = "your-kv-namespace-id"
# シークレットwrangler secret putで設定
# OLLAMA_INTERNAL_TOKEN = "your-internal-token"