chore: use open ai model (#679)
This commit is contained in:
parent
f8d24e6ad5
commit
cd8b33cc93
|
|
@ -5,7 +5,7 @@ use shared_entity::dto::ai_dto::CompleteTextParams;
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn improve_writing_test() {
|
async fn improve_writing_test() {
|
||||||
let test_client = TestClient::new_user().await;
|
let test_client = TestClient::new_user().await;
|
||||||
test_client.api_client.set_ai_model(AIModel::Claude3Opus);
|
test_client.api_client.set_ai_model(AIModel::GPT4o);
|
||||||
|
|
||||||
let workspace_id = test_client.workspace_id().await;
|
let workspace_id = test_client.workspace_id().await;
|
||||||
let params = CompleteTextParams {
|
let params = CompleteTextParams {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue