Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Commit d5ceac8

Browse files
authored
Merge pull request #217 from openchatai/hotfix/main2
removing trello from the code
2 parents a07c275 + 7c29e36 commit d5ceac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llm-server/routes/workflow/extractors/extract_param.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async def gen_params_from_schema(
1818
chat = get_chat_model("gpt-3.5-turbo-16k")
1919
messages = [
2020
SystemMessage(
21-
content="You are an intelligent machine learning model that can produce REST API's params / query params in json format for trello, given the json schema, user input, data from previous api calls, and current application state."
21+
content="You are an intelligent machine learning model that can produce REST API's params / query params in json format, given the json schema, user input, data from previous api calls, and current application state."
2222
),
2323
HumanMessage(content="Json Schema: {}.".format(param_schema)),
2424
HumanMessage(content="prev api responses: {}.".format(prev_resp)),

0 commit comments

Comments
 (0)