docs: add Continue and Cline config snippets - #73
Conversation
|
Thanks for adding these guides! The endpoint shape ( Before merging, could you update the Continue.dev guide to use the current A minimal Free-Way example could be: name: Free-Way
version: 1.0.0
schema: v1
models:
- name: Free-Way
provider: openai
model: llama-3.3-70b
apiBase: http://localhost:8787/v1
apiKey: your FREEWAY_API_KEYAlso, since this PR adds links to README.md, could you add the matching links to README.zh-CN.md as well so the two READMEs stay in sync? |
|
Thanks again for contributing these setup guides. This is a final follow-up on the requested changes:
If you can push an update by September 1, 2026, we'll be happy to review it. If there is no update by then, we'll close this PR to keep the queue current; the work can always be reopened or resubmitted later. |
Summary
Closes #60.
Notes
This keeps the snippets provider-neutral and uses only the local Free-Way endpoint shape from the existing docs.