Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Nov 12, 2023
1 parent bfaf78a commit 074b624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/dev/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ bilibili-api-python = "^16.1.0"
```python
__package_name__ = "llmbot_plugin_bilisearch"
__plugin_name__ = "search_in_bilibili"
__openapi_version__ = "20231017"
__openapi_version__ = ... # refer https://github.com/LlmKira/Openaibot/blob/main/llmkira/sdk/func_calling/__init__.py#L27

from llmkira.sdk.func_calling import verify_openapi_version

Expand Down
2 changes: 1 addition & 1 deletion docs/en/dev/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ The plug-in name within the function must be referenced by the `__plugin_name__`
```python
__package_name__ = "llmbot_plugin_bilisearch"
__plugin_name__ = "search_in_bilibili"
__openapi_version__ = "20231017"
__openapi_version__ = ... # refer https://github.com/LlmKira/Openaibot/blob/main/llmkira/sdk/func_calling/__init__.py#L27

from llmkira.sdk.func_calling import verify_openapi_version

Expand Down

0 comments on commit 074b624

Please sign in to comment.