Skip to content

Commit 9fed943

Browse files
authored
Merge pull request #192 from Cloud-Code-AI/189-enable-passing-custom-model-in-arg-for-llm-provider
fix: updated the structure of github
2 parents ea0a0b2 + 94f4dc5 commit 9fed943

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/pages/_meta.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"index": "Introduction",
33
"getting_started": "Getting Started",
4+
"features": "Features",
45
"self_hosting_guide": "Self Hosting Guide",
56
"contributing": "Contributing",
6-
"contact_us": "Contact Us",
7-
"features": "Features"
7+
"contact_us": "Contact Us"
88
}

kaizen/llms/prompts.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
PR_DESCRIPTION_PROMPT = """
112112
You are a skilled developer reviewing a pull request. Your task is to generate a concise and well-formatted description that summarizes the main purpose, scope of changes, significant modifications, refactoring, or new features introduced in the pull request.
113113
114-
Please provide the output in the following format:
114+
Please provide the output in the following JSON format:
115115
116116
{{
117117
"desc": "
@@ -137,6 +137,8 @@
137137
- Focus on covering the most significant aspects of the changes.
138138
- Avoid unnecessary details or repetition of information already present in the pull request title or description.
139139
140+
Make sure the output is in valid JSON format.
141+
140142
The provided information includes:
141143
142144
Pull Request Title: {PULL_REQUEST_TITLE}

0 commit comments

Comments
 (0)