Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
tiny bit more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bam4d committed Dec 9, 2023
1 parent 954dfc4 commit fb01413
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ class MistralClient {
};


/**
* Returns a list of the available models
* @return {Promise<Object>}
*/
listModels = async function() {
const response = await this._request('get', 'v1/models');
return response;
Expand Down

0 comments on commit fb01413

Please sign in to comment.