Skip to content

Commit 7fc3713

Browse files
authored
Update src/content/docs/browser-rendering/how-to/ai.mdx
1 parent eb5c36b commit 7fc3713

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/browser-rendering/how-to

1 file changed

+1
-1
lines changed

src/content/docs/browser-rendering/how-to/ai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export default {
121121
## Call an LLM
122122

123123
Having the webpage text, the user's goal and output schema, we can now use an LLM to transform it to JSON according to the user's request.
124-
The example below uses `@hf/thebloke/deepseek-coder-6.7b-instruct-awq` but other [models](/workers-ai/models/), or services like OpenAI, could be used with minimal changes:
124+
The example below uses `@hf/thebloke/deepseek-coder-6.7b-instruct-awq` but other [models](/workers-ai/models/) or services like OpenAI, could be used with minimal changes:
125125

126126
```ts
127127
async function getLLMResult(env, prompt: string, schema?: any) {

0 commit comments

Comments
 (0)