Skip to content

Commit c5949f4

Browse files
authored
Updated endpoint (#1130)
1 parent 36339d4 commit c5949f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgml-dashboard/src/api/chatbot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ async fn get_openai_chatgpt_answer(
170170
.replace("{question}", question);
171171

172172
let body = json!({
173-
"model": "gpt-4",
173+
"model": "gpt-3.5-turbo",
174174
"messages": [{"role": "system", "content": system_prompt}, {"role": "user", "content": content}],
175175
"temperature": 0.7
176176
});

0 commit comments

Comments
 (0)