Skip to content

Commit

Permalink
Merge pull request #4 from GeraudBourdin/main
Browse files Browse the repository at this point in the history
Update default model to open-mistral-7b
  • Loading branch information
GeraudBourdin authored Mar 1, 2024
2 parents f671888 + 0c80e9f commit 414ba0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

class Client
{
const string DEFAULT_MODEL = 'mistral-tiny';
const string DEFAULT_MODEL = 'open-mistral-7b';

const array RETRY_STATUS_CODES = [
429,
Expand Down Expand Up @@ -211,4 +211,4 @@ public function embeddings(array $datas): array
];
return $this->request('POST', 'v1/embeddings', $request);
}
}
}

0 comments on commit 414ba0c

Please sign in to comment.