Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate AI for Predictive Analysis #7857

Merged
merged 10 commits into from
Dec 8, 2024
Prev Previous commit
Next Next commit
Fixed style
Maryna-511750 committed Dec 3, 2024
commit 584d8016a23e27e85a8674ace41d45bfa5f351cd
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
@UtilityClass
public class OpenAIRequest {
public static final String FORECAST =
"respond in a personalized manner, concisely, and accurately. Use numbers to present approximate data. " +
"Provide a forecast of this person's impact on the global environment, considering their habits " +
"over the specified number of days:";
"respond in a personalized manner, concisely, and accurately. Use numbers to present approximate data. "
+ "Provide a forecast of this person's impact on the global environment, considering their habits "
+ "over the specified number of days:";
}