-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
47 additions
and
74 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
(installaion-en)= | ||
|
||
# How to use | ||
To begin utilizing this extension, follow these steps: | ||
## Installation | ||
1. Navigate to the Visual Studio Code Extension Marketplace. | ||
2. Search for and install the extension. | ||
## Add Model Config | ||
Once the extension is installed: | ||
- Locate the chat window titled "SmartVscode" in your left sidebar, which should resemble the following: | ||
<p align="center"><img src="../_static/mainView.png" alt="alt text" width="200"/></p> | ||
|
||
- Configure your model settings within the extension: | ||
- Access the our settings by clicking "Settings" button: | ||
- For using OpenAI, input your API key and select your preferred chat and embedding models | ||
<p align="center"><img src="../_static/modelConfig.png" alt="alt text" width="400"/></p> | ||
|
||
|
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Welcome to Smart-Vscode Tutorial | ||
- [About Smart-Vscode](tutorial/introduction.md) | ||
- [How to Use](tutorial/installation.md) | ||
- [How to Use](tutorial/how-to-use.md) | ||
- [Supported Tasks](tutorial/tasks.md) | ||
- [How to Develop](tutorial/development.md) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.