-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: updated managing model configurations
- Loading branch information
1 parent
a4b6a42
commit fea416e
Showing
8 changed files
with
51 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
docs/prompt_engineering/how_to_guides/playground/managing_model_configurations.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
sidebar_position: 4 | ||
--- | ||
|
||
# Managing Model Configurations | ||
|
||
The LangSmith playground allows you to save and manage your model configurations, making it easy to reuse your preferred settings across sessions. | ||
|
||
## Saving a Configuration | ||
|
||
1. Adjust the model settings as desired in the playground | ||
2. Click the `Save As` button in the bottom bar | ||
3. Enter a name and optional description for your configuration | ||
|
||
import saving_config from "./static/saving_config.mp4"; | ||
|
||
<video | ||
controls | ||
autoPlay | ||
muted | ||
style={{ width: "100%", borderRadius: "8px", overflow: "hidden" }} | ||
> | ||
<source src={saving_config} /> | ||
</video> | ||
|
||
## Managing Saved Configurations | ||
|
||
### Accessing Saved Configurations | ||
|
||
- Click the `Model configuration` dropdown to view all your saved configurations | ||
|
||
### Editing Configurations | ||
|
||
- To rename or update the description: Click the pencil icon next to a saved configuration | ||
- To update the current configuration's settings: Click the `Save` button at the bottom | ||
|
||
### Deleting Configurations | ||
|
||
1. Select the configuration you want to remove | ||
2. Click the trash can icon to delete it | ||
|
||
### Resetting to Default | ||
|
||
- To restore default model settings: Click the `x` button in the top row |
13 changes: 0 additions & 13 deletions
13
docs/prompt_engineering/how_to_guides/playground/save_model_configuration.mdx
This file was deleted.
Oops, something went wrong.
Binary file added
BIN
+1.22 MB
docs/prompt_engineering/how_to_guides/playground/static/saving_config.mp4
Binary file not shown.
Binary file removed
BIN
-1.31 MB
docs/prompt_engineering/how_to_guides/playground/static/saving_custom_model.gif
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"label": "Evaluation", | ||
"collapsed": false, | ||
"collapsible": true | ||
} | ||
|
||
"label": "Evaluation", | ||
"collapsed": false, | ||
"collapsible": true | ||
} |