Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 19, 2025

The "Using a custom base URL and API key" section referenced CHAT_MODEL in the explanatory text but used MODEL_NAME in the code snippet.

Changes

  • Updated line 90 to reference MODEL_NAME consistently with the code example
-Replace `CHAT_MODEL` with your model name and `BASE_URL` with your endpoint URI.
+Replace `MODEL_NAME` with your model name and `BASE_URL` with your endpoint URI.
Original prompt

In the README.md file, under the section called "Using a custom base URL and API key", it makes a reference to CHAT_MODEL, but the code snippet calls it MODEL_NAME. Rename CHAT_MODEL to MODEL_NAME.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: joseharriaga <45773732+joseharriaga@users.noreply.github.com>
Copilot AI changed the title [WIP] Rename CHAT_MODEL to MODEL_NAME in README.md Fix inconsistent variable reference in README custom base URL section Nov 19, 2025
Copilot AI requested a review from joseharriaga November 19, 2025 06:13
Copilot finished work on behalf of joseharriaga November 19, 2025 06:13
@joseharriaga joseharriaga marked this pull request as ready for review November 25, 2025 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants