Skip to content

Commit

Permalink
fixes documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GaspardBT committed Aug 16, 2024
1 parent 33072f1 commit 737f8d1
Show file tree
Hide file tree
Showing 21 changed files with 38 additions and 38 deletions.
6 changes: 3 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 81b65c50-f2e3-40a3-bd65-346524007b3d
management:
docChecksum: c3a7b8cc0fd70dd5c1c061ff478e5c35
docChecksum: c19f5a86b8045af32a46604ee5478061
docVersion: 0.0.2
speakeasyVersion: 1.372.0
generationVersion: 2.399.0
releaseVersion: 1.1.1
configChecksum: 3dbc80018ebe82836a9f8c940a17e515
releaseVersion: 1.1.2
configChecksum: 73da950b6151099c2d5a87da13ba3360
repoURL: https://github.com/mistralai/client-ts.git
installationURL: https://github.com/mistralai/client-ts
published: true
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
typescript:
version: 1.1.1
version: 1.1.2
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
20 changes: 10 additions & 10 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,40 @@ speakeasyVersion: 1.372.0
sources:
mistral-azure-source:
sourceNamespace: mistral-openapi-azure
sourceRevisionDigest: sha256:f5299139946da6306d94aa4d6b07bd3a7daea319643fdbf6f61d3ee4543a92e2
sourceRevisionDigest: sha256:bc53dba5935490a409045de3c39ccf9e90243a289656dd538a542990aa376cca
sourceBlobDigest: sha256:4173c3be19775dd2bdd4ce28bb9ae6655650df75f2b689a44c3362d418d69d49
tags:
- latest
mistral-google-cloud-source:
sourceNamespace: mistral-openapi-google-cloud
sourceRevisionDigest: sha256:de11048beb076fb5fd0691bc0b7792ae82db07daa88691ab34de4c0f77268d89
sourceBlobDigest: sha256:7473992b5ae6634e4974645784e86554e3f2d5adb37c47cf69be8b0241063696
sourceRevisionDigest: sha256:ab52d75474e071db240ed9a5367dc6374867b5c9306d478dcfdf8f7b7d08607f
sourceBlobDigest: sha256:d5f9c665861d7fedd5093567d13e1f7f6a12b82137fbbecda4708007b15030ba
tags:
- latest
mistral-openapi:
sourceNamespace: mistral-openapi
sourceRevisionDigest: sha256:bb3576b41d23f8bada9e8a1a94766fa4c9c5db8232fd82794c34373aa867b1f9
sourceBlobDigest: sha256:59cff5081a9e85dc78d4bf658cf15c8ac4cf9fcb2cafc132cb36d724d6c86eb8
sourceRevisionDigest: sha256:e4d5f5fe40e7f1141006ba40c1d85b743ce5dc2407635ca2e776ba0dfb00a398
sourceBlobDigest: sha256:56f1bbe3a050c9505e003bb9790e443084922bff74b072805757076cdb8a136e
tags:
- latest
targets:
mistralai-azure-sdk:
source: mistral-azure-source
sourceNamespace: mistral-openapi-azure
sourceRevisionDigest: sha256:f5299139946da6306d94aa4d6b07bd3a7daea319643fdbf6f61d3ee4543a92e2
sourceRevisionDigest: sha256:bc53dba5935490a409045de3c39ccf9e90243a289656dd538a542990aa376cca
sourceBlobDigest: sha256:4173c3be19775dd2bdd4ce28bb9ae6655650df75f2b689a44c3362d418d69d49
outLocation: ./packages/mistralai-azure
mistralai-gcp-sdk:
source: mistral-google-cloud-source
sourceNamespace: mistral-openapi-google-cloud
sourceRevisionDigest: sha256:de11048beb076fb5fd0691bc0b7792ae82db07daa88691ab34de4c0f77268d89
sourceBlobDigest: sha256:7473992b5ae6634e4974645784e86554e3f2d5adb37c47cf69be8b0241063696
sourceRevisionDigest: sha256:ab52d75474e071db240ed9a5367dc6374867b5c9306d478dcfdf8f7b7d08607f
sourceBlobDigest: sha256:d5f9c665861d7fedd5093567d13e1f7f6a12b82137fbbecda4708007b15030ba
outLocation: ./packages/mistralai-gcp
mistralai-sdk:
source: mistral-openapi
sourceNamespace: mistral-openapi
sourceRevisionDigest: sha256:bb3576b41d23f8bada9e8a1a94766fa4c9c5db8232fd82794c34373aa867b1f9
sourceBlobDigest: sha256:59cff5081a9e85dc78d4bf658cf15c8ac4cf9fcb2cafc132cb36d724d6c86eb8
sourceRevisionDigest: sha256:e4d5f5fe40e7f1141006ba40c1d85b743ce5dc2407635ca2e776ba0dfb00a398
sourceBlobDigest: sha256:56f1bbe3a050c9505e003bb9790e443084922bff74b072805757076cdb8a136e
outLocation: /Users/gaspard/public-mistral/client-ts
workflow:
workflowVersion: 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/chatcompletionrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let value: ChatCompletionRequest = {

| Field | Type | Required | Description | Example |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `model` | *string* | :heavy_check_mark: | ID of the model to use. You can use the [List Available Models](/api#operation/listModels) API to see all of your available models, or see our [Model overview](/models) for model descriptions. | mistral-small-latest |
| `model` | *string* | :heavy_check_mark: | ID of the model to use. You can use the [List Available Models](/api/#tag/models/operation/list_models_v1_models_get) API to see all of your available models, or see our [Model overview](/models) for model descriptions. | mistral-small-latest |
| `temperature` | *number* | :heavy_minus_sign: | What sampling temperature to use, between 0.0 and 1.0. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. We generally recommend altering this or `top_p` but not both. | |
| `topP` | *number* | :heavy_minus_sign: | Nucleus sampling, where the model considers the results of the tokens with `top_p` probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. We generally recommend altering this or `temperature` but not both. | |
| `maxTokens` | *number* | :heavy_minus_sign: | The maximum number of tokens to generate in the completion. The token count of your prompt plus `max_tokens` cannot exceed the model's context length. | |
Expand Down
Loading

0 comments on commit 737f8d1

Please sign in to comment.