This commit is contained in:
bossanyit 2023-05-11 08:10:17 +02:00
parent adddf41a01
commit 7e4934f15e
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
Workout Test and Diet 4 You Common Util Functions
### Version 1.0.29
- gpt4 model
### Version 1.0.28
- api isWeb

View File

@ -9,7 +9,7 @@ import 'package:workouttest_util/util/logging.dart';
class OpenAIApi with Logging {
final String modelDavinci = "text-davinci-003";
final String modelGpt35 = "gpt-3.5-turbo";
final String modelGpt4 = "gpt-4-32k";
final String modelGpt4 = "gpt-4";
final String modelAda = "text-embedding-ada-002";
final APIClient _client = APIClient();

View File

@ -1,6 +1,6 @@
name: workouttest_util
description: Workout Test app and web functions.
version: 1.0.28
version: 1.0.29
environment:
sdk: ">=2.18.6 <3.0.0"