Skip to content

Commit 955c30f

Browse files
committed
fix readme
1 parent a0158c7 commit 955c30f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
This repository contains a chat function connecting students to an AI educational chatbot used on Lambda-Feedback platform [written in Python]. The chat function consumes the [muEd API](https://mued.org/) request schema — the `context`, `user`, and `messages` fields in incoming requests follow the muEd format and are translated into a tutoring prompt by `src/agent/context.py`.
44

55
## Deployment
6-
[![Create Release Request](https://img.shields.io/badge/Create%20Release%20Request-blue?style=for-the-badge)](https://github.com/lambda-feedback/{REPO_NAME_HERE}/issues/new?template=release-request.yml)
6+
[![Create Release Request](https://img.shields.io/badge/Create%20Release%20Request-blue?style=for-the-badge)](https://github.com/lambda-feedback/informationalChatFunction/issues/new?template=release-request.yml)
77

8-
To deploy to production, update the README button above to point to the correct repository.
8+
To deploy to production.
99

1010
## Quickstart
1111

0 commit comments

Comments
 (0)