Skip to content

Commit

Permalink
update the model
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Mar 26, 2024
1 parent 15f785b commit 61f6db2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/LLMModels/OpenAi/ClientWrapper.php
Expand Up @@ -48,7 +48,7 @@ public function getEmbedding(string $content): EmbeddingsResponseDto
}

$response = OpenAI::embeddings()->create([
'model' => 'text-similarity-babbage-001',
'model' => 'text-embedding-ada-002',
'input' => $content,
]);

Expand Down
Binary file added database/.DS_Store
Binary file not shown.

0 comments on commit 61f6db2

Please sign in to comment.