1
0

update gpt-4o-mini
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s

This commit is contained in:
syui 2024-08-24 04:44:36 +09:00
parent f7a251faec
commit 4e36370f93
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -33,7 +33,7 @@ pub async fn post_request(prompt: String) -> String {
";
let post = Some(json!({
"model": "gpt-3.5-turbo",
"model": "gpt-4o-mini",
"messages": [
{"role": "system", "content": &setting.to_string()},
{"role": "user", "content": &prompt.to_string()},