Skip to content

Commit

Permalink
chore (docs): replace backticks with quotes (#2428)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyphilemon authored Jul 26, 2024
1 parent 95a46ea commit ab32f54
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ Registers a language model provider with a given id.
{
name: 'providers',
type: 'Record<string, { languageModel: (id: string) => LanguageModel; textEmbedding: (id: string) => EmbeddingModel<string> }>',
description: `The unique identifier for the provider. It should be unique within the registry.`,
description:
'The unique identifier for the provider. It should be unique within the registry.',
},
]}
/>
Expand Down

0 comments on commit ab32f54

Please sign in to comment.