Skip to content

Commit

Permalink
#3037 doc: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Jun 14, 2024
1 parent 25cada5 commit e912602
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions webpage/src/scripting/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,10 +459,11 @@ You may want to take a look at the example
openAiBackendsHook
------------------

This hook is called, when the OpenAI service config is reloaded. For example this is also
done when the script engine is reloaded.
This hook is called, when the OpenAI service config is reloaded. For example,
this is also done when the script engine is reloaded.

You can use it to provide config for custom OpenAI backends, like your own OpenAI API compatible LLMs.
You can use it to provide config for custom OpenAI backends, like your own
OpenAI API compatible LLMs.

### Method call and parameters
```js
Expand Down

0 comments on commit e912602

Please sign in to comment.