Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 483 Bytes

readme.md

File metadata and controls

12 lines (9 loc) · 483 Bytes

Proxy cursor.com IDE requests and enrich them with additional context.

e.g. Add private db schemas, table data, file contents etc. to the conversation so the LLM can use that context.

Deployment

wrangler deploy wrangler secret put OPENAI_API_KEY

Useage

Go to Settings>Models>OpenAI and add the following variables:

  • API key in OpenAI format (You should not use your real key here as can be stored as a encrypted secret in the worker)
  • the deployment URL of your worker