Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc5949f4

Browse files
authored
Updated endpoint (#1130)
1 parent36339d4 commitc5949f4

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)

[8]ページ先頭

©2009-2025 Movatter.jp