Skip to content

Commit 0ffa5df

Browse files
committed
Update README.md
1 parent 8cd5690 commit 0ffa5df

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ If you need to end a plugin, you can just type
212212
| Command | Description |
213213
|:---:|---|
214214
| `/run` | Runs the command under the project root. You can also use environment variable `PROJECT_ROOT` to get the project root and `FILE_PATH` to get the editing file path.|
215-
| `/airun` | Create a command with natural language. You can ask to modify the command if it is not what you want. After confirming, the command will be executed by calling the `/run` plugin. |
215+
| `/airun` | Creates a command with natural language. You can ask to modify the command if it is not what you want. After confirming, the command will be executed by calling the `/run` plugin. |
216+
| `/math` | Solves a math problem in natural language |
216217

217218
### Prompt to Code
218219

Tool/Sources/LangChain/LangChainChatModel.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import PythonHelper
44
import PythonKit
55

66
public enum LangChainChatModel {
7+
/// Dynamically create a ChatOpenAI object based on the user's preferences.
78
public static func DynamicChatOpenAI(
89
temperature: Double
910
) throws -> PythonObject {

0 commit comments

Comments
 (0)